diff options
author | Jon Reid | 2012-06-15 13:20:46 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-15 13:20:46 -0700 |
commit | 8dc456d59bd7dfc9c080a0241fa72d89aa4db70e (patch) | |
tree | b57168f0c852a3e20c1f56d6c27f15b808a48bf4 /js/ninja.reel | |
parent | bab9944125d289e36de72c24fe56e6a98152307d (diff) | |
download | ninja-8dc456d59bd7dfc9c080a0241fa72d89aa4db70e.tar.gz |
Timeline: fix for IKNINJA-1676, "Timeline: Can't insert a keyframe to a CSS
property after deleting one"
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 61cd2487..9b1db2a3 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); |