diff options
author | Jose Antonio Marquez | 2012-04-04 11:51:08 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-04-04 11:51:08 -0700 |
commit | e2ed78b699c3f2353bdf636629956c2a3ef319be (patch) | |
tree | b9b2f9e175b710f9b37b17b470587a5af43075d2 /js/panels/presets/transitions-presets.reel/transitions-presets.js | |
parent | bc04ee998de7aaadc457f4e932cc4be8327a2a03 (diff) | |
parent | 8482e23cd9b8c4700b5130f2588e5eb24d376536 (diff) | |
download | ninja-e2ed78b699c3f2353bdf636629956c2a3ef319be.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Document
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 ace38dbb..4ca2a662 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.js +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.js | |||
@@ -23,6 +23,6 @@ exports.TransitionsLibrary = Montage.create(Component, { | |||
23 | handleNodeActivation: { | 23 | handleNodeActivation: { |
24 | value: function(presetData) { | 24 | value: function(presetData) { |
25 | this.application.ninja.presetsController.applyPreset(presetData); | 25 | this.application.ninja.presetsController.applyPreset(presetData); |
26 | } | 26 | } |
27 | } | 27 | } |
28 | }); | 28 | }); |