still removing .bind(this) usages

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

View File

@@ -189,7 +189,7 @@ mindplot.Workspace = new Class({
wasDragged = true;
}.bind(this);
};
screenManager.addEvent('mousemove', workspace._mouseMoveListener);
// Register mouse up listeners ...