diff options
author | Valerio Virgillito | 2012-05-10 22:40:02 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-10 22:40:02 -0700 |
commit | f6f722feecf88c8afe59327eaf8557ce4012abc7 (patch) | |
tree | 78d22ad99979c5305481fd20a5ba59f327f9f057 /js/ninja.reel/ninja.js | |
parent | dcefa362576626813111b7d3a708d28834c22f8a (diff) | |
download | ninja-f6f722feecf88c8afe59327eaf8557ce4012abc7.tar.gz |
Fixing the dirty document flag. Disabling the stylesheets dirty flag because === true on document open.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 25 |
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 | ||