diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stage/binding-view.reel/binding-view.js b/js/stage/binding-view.reel/binding-view.js index 3e83281e..b207cc3d 100755 --- a/js/stage/binding-view.reel/binding-view.js +++ b/js/stage/binding-view.reel/binding-view.js | |||
@@ -365,7 +365,7 @@ exports.BindingView = Montage.create(Component, { | |||
365 | this.mouseOverHud = overHud; | 365 | this.mouseOverHud = overHud; |
366 | if(this._isDrawingConnection && !overHud) { | 366 | if(this._isDrawingConnection && !overHud) { |
367 | //NOTE : Continue This content. mouse over select | 367 | //NOTE : Continue This content. mouse over select |
368 | var obj = this.application.ninja.stage.getElement(event, true); | 368 | var obj = this.application.ninja.stage.getElement(e, true); |
369 | if (obj && obj !== this.selectedElement) | 369 | if (obj && obj !== this.selectedElement) |
370 | { | 370 | { |
371 | if (!obj.controller || obj === null) | 371 | if (!obj.controller || obj === null) |