diff options
Diffstat (limited to 'js/controllers/styles-controller.js')
-rw-r--r-- | js/controllers/styles-controller.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/controllers/styles-controller.js b/js/controllers/styles-controller.js index 6ba24aa6..1dd91c8d 100644 --- a/js/controllers/styles-controller.js +++ b/js/controllers/styles-controller.js | |||
@@ -736,6 +736,7 @@ var stylesController = exports.StylesController = Montage.create(Component, { | |||
736 | ///// Returns the specificity value of passed-in selector | 736 | ///// Returns the specificity value of passed-in selector |
737 | ///// WARNING: Do not pass in grouped selectors! | 737 | ///// WARNING: Do not pass in grouped selectors! |
738 | ///// Helpful for determining precedence of style rules | 738 | ///// Helpful for determining precedence of style rules |
739 | ///// Calculation javascript code courtesy of Graham Bradley: | ||
739 | ///// http://gbradley.com/2009/10/02/css-specificity-in-javascript | 740 | ///// http://gbradley.com/2009/10/02/css-specificity-in-javascript |
740 | ///// Used with author's permission | 741 | ///// Used with author's permission |
741 | 742 | ||