aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/style-presets.reel/style-presets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/presets/style-presets.reel/style-presets.js')
-rw-r--r--js/panels/presets/style-presets.reel/style-presets.js2
1 files changed, 1 insertions, 1 deletions
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});