diff options
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.js')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/stage/binding-view.reel/binding-view.js b/js/stage/binding-view.reel/binding-view.js index 4fa82789..8c201ba1 100755 --- a/js/stage/binding-view.reel/binding-view.js +++ b/js/stage/binding-view.reel/binding-view.js | |||
@@ -388,10 +388,10 @@ exports.BindingView = Montage.create(Component, { | |||
388 | if(nodeEl.classList.contains("connectorBubble")) { | 388 | if(nodeEl.classList.contains("connectorBubble")) { |
389 | // var mouseUpPoint = new WebKitPoint(e.pageX, e.pageY); | 389 | // var mouseUpPoint = new WebKitPoint(e.pageX, e.pageY); |
390 | // var nodeEl = new webkitConvertPointFromPageToNode(this.element, mouseUpPoint); | 390 | // var nodeEl = new webkitConvertPointFromPageToNode(this.element, mouseUpPoint); |
391 | debugger; | 391 | //debugger; |
392 | this.connectionElementEnd = nodeEl.parentElement.controller.parentComponent.parentComponent.userComponent; | 392 | this.connectionElementEnd = nodeEl.parentElement.controller.parentComponent.parentComponent.userComponent; |
393 | this.connectionPropertyEnd = nodeEl.parentElement.controller.title; | 393 | this.connectionPropertyEnd = nodeEl.parentElement.controller.title; |
394 | console.log(this.connectionElementStart, this.connectionPropertyStart, this.connectionElementEnd, this.connectionPropertyEnd); | 394 | //console.log(this.connectionElementStart, this.connectionPropertyStart, this.connectionElementEnd, this.connectionPropertyEnd); |
395 | this.application.ninja.objectsController.addBinding({ | 395 | this.application.ninja.objectsController.addBinding({ |
396 | sourceObject: this.connectionElementStart, | 396 | sourceObject: this.connectionElementStart, |
397 | sourceObjectPropertyPath: this.connectionPropertyStart, | 397 | sourceObjectPropertyPath: this.connectionPropertyStart, |