aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/animations-presets.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /js/panels/presets/animations-presets.reel
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/panels/presets/animations-presets.reel')
-rw-r--r--js/panels/presets/animations-presets.reel/animations-presets.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/presets/animations-presets.reel/animations-presets.js b/js/panels/presets/animations-presets.reel/animations-presets.js
index c577d076..729b336a 100644
--- a/js/panels/presets/animations-presets.reel/animations-presets.js
+++ b/js/panels/presets/animations-presets.reel/animations-presets.js
@@ -47,6 +47,6 @@ exports.AnimationsLibrary = 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});