still removing .bind(this) usages

This commit is contained in:
Ezequiel Bergamaschi
2014-12-26 18:07:31 -03:00
parent c1e3d07957
commit dc58509a0f
12 changed files with 60 additions and 215 deletions

View File

@@ -26,7 +26,7 @@ mindplot.ScreenManager = new Class({
this._clickEvents = [];
this._divContainer.bind('click', function(event) {
event.stopPropagation()
}.bind(this));
});
this._divContainer.bind('dblclick', function(event) {
event.stopPropagation();