aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/presets-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controllers/presets-controller.js')
-rw-r--r--js/controllers/presets-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/presets-controller.js b/js/controllers/presets-controller.js
index 9d898a53..975f9f7a 100644
--- a/js/controllers/presets-controller.js
+++ b/js/controllers/presets-controller.js
@@ -100,7 +100,7 @@ exports.PresetsController = Montage.create(Component, {
100 var suffix = rule.selectorSuffix || ''; 100 var suffix = rule.selectorSuffix || '';
101 101
102 ///// TODO: remove when we find out what to do with competing animations 102 ///// TODO: remove when we find out what to do with competing animations
103 if(rule.styles['-webkit-animation-name']) { 103 if(rule.styles['-webkit-animation-name'] && animationNames.length) {
104 rule.styles['-webkit-animation-name'] += ',' + animationNames.join(','); 104 rule.styles['-webkit-animation-name'] += ',' + animationNames.join(',');
105 } 105 }
106 106