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

@@ -97,7 +97,7 @@ mindplot.commands.DeleteCommand = new Class({
// Add rebuild relationships ...
_.each(this._deletedRelModel, function (model) {
commandContext.addRelationship(model);
}.bind(this));
});
// Finally display the topics ...
_.each(this._deletedTopicModels, function (topicModel) {