aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-xjs/ninja.reel/ninja.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js
index f518378a..3fcce925 100755
--- a/js/ninja.reel/ninja.js
+++ b/js/ninja.reel/ninja.js
@@ -346,31 +346,6 @@ exports.Ninja = Montage.create(Component, {
346 } 346 }
347 }, 347 },
348 348
349 _handleAppLoaded: {
350 value: function(event){
351
352 /*
353 Object.defineBinding(docBar, "type", {
354 boundObject: DocumentManagerModule.DocumentManager,
355 boundObjectPropertyPath: "activeDocument.documentType"
356 });
357
358 Object.defineBinding(docBar, "currentView", {
359 boundObject: DocumentManagerModule.DocumentManager,
360 boundObjectPropertyPath: "activeDocument.currentView",
361 oneway: false
362 });
363
364 Object.defineBinding(docBar, "zoomFactor", {
365 boundObject: DocumentManagerModule.DocumentManager,
366 boundObjectPropertyPath: "activeDocument.zoomFactor",
367 oneway: false
368 });
369 */
370
371 }
372 },
373
374 setupGlobalHelpers: { 349 setupGlobalHelpers: {
375 value: function() { 350 value: function() {
376 351