removing .bind mootools call (phase 1/2)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user