diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/panels/presets/transitions-presets.reel/transitions-presets.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/panels/presets/transitions-presets.reel/transitions-presets.js')
-rw-r--r-- | js/panels/presets/transitions-presets.reel/transitions-presets.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.js b/js/panels/presets/transitions-presets.reel/transitions-presets.js index 5b471d7d..c5220755 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.js +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.js | |||
@@ -47,6 +47,6 @@ exports.TransitionsLibrary = Montage.create(Component, { | |||
47 | handleNodeActivation: { | 47 | handleNodeActivation: { |
48 | value: function(presetData) { | 48 | value: function(presetData) { |
49 | this.application.ninja.presetsController.applyPreset(presetData); | 49 | this.application.ninja.presetsController.applyPreset(presetData); |
50 | } | 50 | } |
51 | } | 51 | } |
52 | }); | 52 | }); |