diff options
Diffstat (limited to 'js/panels/presets/transitions-presets.reel')
-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 | }); |