Multiline working :)

This commit is contained in:
Paulo Veiga
2011-09-04 03:28:09 -03:00
parent b1b0ee0de8
commit cc9bf1b908
6 changed files with 87 additions and 128 deletions

View File

@@ -53,7 +53,6 @@ mindplot.IconGroup = new Class({
addIcon : function(icon) {
$defined(icon, "icon is not defined");
icon.getImage().setVisibility(false);
icon.setGroup(this);
this._icons.push(icon);
@@ -67,8 +66,6 @@ mindplot.IconGroup = new Class({
// Register event for the group ..
this._removeTip.decorate(this._topicId, icon);
icon.getImage().setVisibility(true);
},
_findIconFromUrl : function(url) {