Fix add links.

This commit is contained in:
Paulo Veiga
2011-10-08 20:36:47 -03:00
parent 52587c0eaa
commit 5d1ab3cb6e
19 changed files with 333 additions and 306 deletions

View File

@@ -99,6 +99,7 @@ mindplot.IconGroup = new Class({
removeIconByUrl : function(url) {
var icon = this._findIconFromUrl(url);
$assert(icon,'icon could not be found');
this._removeIcon(icon);
},