aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets
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
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/panels/presets')
-rw-r--r--js/panels/presets/animations-presets.reel/animations-presets.js4
-rw-r--r--js/panels/presets/content.reel/content.html6
-rw-r--r--js/panels/presets/style-presets.reel/style-presets.js2
-rw-r--r--js/panels/presets/transitions-presets.reel/transitions-presets.js4
4 files changed, 8 insertions, 8 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});
diff --git a/js/panels/presets/content.reel/content.html b/js/panels/presets/content.reel/content.html
index 6d8b053a..11f8de86 100644
--- a/js/panels/presets/content.reel/content.html
+++ b/js/panels/presets/content.reel/content.html
@@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31<html lang="en"> 31<html lang="en">
32<head> 32<head>
33 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 33 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
34 <link rel="stylesheet" href="content.css" type="text/css"> 34 <link rel="stylesheet" href="content.css" type="text/css">
35 <script type="text/montage-serialization"> 35 <script type="text/montage-serialization">
36 { 36 {
@@ -75,8 +75,8 @@ POSSIBILITY OF SUCH DAMAGE.
75 "prototype": "js/panels/presets/animations-presets.reel[AnimationsLibrary]" 75 "prototype": "js/panels/presets/animations-presets.reel[AnimationsLibrary]"
76 } 76 }
77 77
78 } 78 }
79 </script> 79 </script>
80</head> 80</head>
81<body> 81<body>
82 <section data-montage-id="presetsPanel" class="presetsPanel"> 82 <section data-montage-id="presetsPanel" class="presetsPanel">
diff --git a/js/panels/presets/style-presets.reel/style-presets.js b/js/panels/presets/style-presets.reel/style-presets.js
index 01faceef..d35eb549 100644
--- a/js/panels/presets/style-presets.reel/style-presets.js
+++ b/js/panels/presets/style-presets.reel/style-presets.js
@@ -53,6 +53,6 @@ exports.StylesLibrary = Montage.create(Component, {
53 value: function(sourceObject) { 53 value: function(sourceObject) {
54 console.log(sourceObject); 54 console.log(sourceObject);
55 } 55 }
56 } 56 }
57 57
58}); 58});
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});