removing .bind mootools call (phase 1/2)

This commit is contained in:
Ezequiel Bergamaschi
2014-07-06 01:15:34 -03:00
parent fb5546111e
commit fe59b1ce46
17 changed files with 126 additions and 120 deletions

View File

@@ -101,11 +101,11 @@ mindplot.IconGroup = new Class({
this._icons.erase(icon);
this._resize(this._icons.length);
var me = this;
// Add all again ...
_.each(this._icons, function (elem, i) {
this._positionIcon(elem, i);
}.bind(this));
me._positionIcon(elem, i);
});
},
moveToFront:function () {