- First impl of remove...

This commit is contained in:
Paulo Veiga
2011-08-24 00:03:52 -03:00
parent 1f5dbfb5d2
commit 74f69fd5e4
3 changed files with 114 additions and 56 deletions

View File

@@ -42,7 +42,11 @@ mindplot.Icon = new Class({
getPosition : function() {
return this._image.getPosition();
}
},
setSize : function(x,y) {
return this._image.setSize(x,y);
},
});