diff options
Diffstat (limited to 'js/controllers/styles-controller.js')
-rwxr-xr-x | js/controllers/styles-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/styles-controller.js b/js/controllers/styles-controller.js index 8ab07b20..1c1e75ed 100755 --- a/js/controllers/styles-controller.js +++ b/js/controllers/styles-controller.js | |||
@@ -1077,7 +1077,7 @@ var stylesController = exports.StylesController = Montage.create(Component, { | |||
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | ///// Did we find a dominant rule? | 1079 | ///// Did we find a dominant rule? |
1080 | else if(!dominantRule) { | 1080 | if(!dominantRule) { |
1081 | ///// No. This means there was no rule with this property, and no | 1081 | ///// No. This means there was no rule with this property, and no |
1082 | ///// single-target rule we can use to add the style to. | 1082 | ///// single-target rule we can use to add the style to. |
1083 | ///// There's is no chance of colliding with another rule, so we | 1083 | ///// There's is no chance of colliding with another rule, so we |