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.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js
index aa37c65f..6de15490 100755
--- a/js/ninja.reel/ninja.js
+++ b/js/ninja.reel/ninja.js
@@ -381,8 +381,8 @@ exports.Ninja = Montage.create(Component, {
381 this.addPropertyChangeListener("appModel.debug", this.toggleDebug, false); 381 this.addPropertyChangeListener("appModel.debug", this.toggleDebug, false);
382 } 382 }
383 }, 383 },
384 384
385 385
386 //////////////////////////////////////////////////////////////////// 386 ////////////////////////////////////////////////////////////////////
387 //////////////////////////////////////////////////////////////////// 387 ////////////////////////////////////////////////////////////////////
388 //TODO: Expand method to allow other browsers for preview 388 //TODO: Expand method to allow other browsers for preview
@@ -409,7 +409,7 @@ exports.Ninja = Montage.create(Component, {
409 } 409 }
410 }, 410 },
411 //////////////////////////////////////////////////////////////////// 411 ////////////////////////////////////////////////////////////////////
412 412
413 //TODO: Make into proper component 413 //TODO: Make into proper component
414 _saveOperationPopup: { 414 _saveOperationPopup: {
415 value: null 415 value: null
@@ -418,11 +418,11 @@ exports.Ninja = Montage.create(Component, {
418 saveOperationScreen: { 418 saveOperationScreen: {
419 value: null 419 value: null
420 }, 420 },
421 421
422 //////////////////////////////////////////////////////////////////// 422 ////////////////////////////////////////////////////////////////////
423 //////////////////////////////////////////////////////////////////// 423 ////////////////////////////////////////////////////////////////////
424 424
425 425
426 handleResize: { 426 handleResize: {
427 value: function() { 427 value: function() {
428 this.stage.resizeCanvases = true; 428 this.stage.resizeCanvases = true;
@@ -444,7 +444,7 @@ exports.Ninja = Montage.create(Component, {
444 _didDraw: { 444 _didDraw: {
445 value: false 445 value: false
446 }, 446 },
447 447
448 didDraw: { 448 didDraw: {
449 value: function() { 449 value: function() {
450 450