aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/animations-presets.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/presets/animations-presets.reel')
-rw-r--r--js/panels/presets/animations-presets.reel/animations-presets.html2
-rw-r--r--js/panels/presets/animations-presets.reel/animations-presets.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/presets/animations-presets.reel/animations-presets.html b/js/panels/presets/animations-presets.reel/animations-presets.html
index 13e31d8d..fad23595 100644
--- a/js/panels/presets/animations-presets.reel/animations-presets.html
+++ b/js/panels/presets/animations-presets.reel/animations-presets.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
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});