diff options
author | Jon Reid | 2012-06-15 14:03:03 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-15 14:03:03 -0700 |
commit | 0b41d5c873b25461e2217782af1c410b89cb56de (patch) | |
tree | 501170ae0fc3a0609e2cb6184af7510d0f7075ff /js/ninja.reel | |
parent | 8dc456d59bd7dfc9c080a0241fa72d89aa4db70e (diff) | |
download | ninja-0b41d5c873b25461e2217782af1c410b89cb56de.tar.gz |
Timeline: Bug fix IKNINJA 1716, "Ease options are not correctly displayed in
Timeline after a file is saved and re-opened."
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 9b1db2a3..61cd2487 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -321,7 +321,7 @@ exports.Ninja = Montage.create(Component, { | |||
321 | window.addEventListener("resize", this, false); | 321 | window.addEventListener("resize", this, false); |
322 | //Prompting the user to make sure data was saved before closing Ninja | 322 | //Prompting the user to make sure data was saved before closing Ninja |
323 | window.onbeforeunload = function () { | 323 | window.onbeforeunload = function () { |
324 | //return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; | 324 | return 'Are you sure you want to close Ninja? Any unsaved data will be lost.'; |
325 | }; | 325 | }; |
326 | 326 | ||
327 | this.eventManager.addEventListener("selectTool", this, false); | 327 | this.eventManager.addEventListener("selectTool", this, false); |