diff options
author | Nivesh Rajbhandari | 2012-04-05 10:46:45 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-05 10:46:45 -0700 |
commit | 0221288738afd5310ab7659fb951c1d7fb9b93b8 (patch) | |
tree | cbe1f13098c0d0e1b6e703ea63b0296ac9c2d62d /js/panels/presets | |
parent | 55f4835aa33546f5cd27e501ed461a0f7eb5038b (diff) | |
download | ninja-0221288738afd5310ab7659fb951c1d7fb9b93b8.tar.gz |
Undoing some minor spacing differences from auto-merge.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/panels/presets')
-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 24fab684..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 | }); |