diff options
author | Eric Guzman | 2012-06-26 20:19:32 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-26 20:19:32 -0700 |
commit | 31a164700e95fb9bf37169eccdb009895452b8bf (patch) | |
tree | 2bf23250a605ca42a33f7bc75698357e0258d624 /js/controllers | |
parent | 2be81997e1ecd14ae43cf7fb243ef7ced2696bd2 (diff) | |
download | ninja-31a164700e95fb9bf37169eccdb009895452b8bf.tar.gz |
Styles Controller - Remove debugger
Diffstat (limited to 'js/controllers')
-rwxr-xr-x | js/controllers/styles-controller.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/controllers/styles-controller.js b/js/controllers/styles-controller.js index 1eb7bc7f..0f847653 100755 --- a/js/controllers/styles-controller.js +++ b/js/controllers/styles-controller.js | |||
@@ -648,8 +648,6 @@ var stylesController = exports.StylesController = Montage.create(Component, { | |||
648 | win = doc.defaultView; | 648 | win = doc.defaultView; |
649 | 649 | ||
650 | try { | 650 | try { |
651 | debugger; | ||
652 | |||
653 | mappedRules = nj.toArray(win.getMatchedCSSRules(element)).map(function(rule) { | 651 | mappedRules = nj.toArray(win.getMatchedCSSRules(element)).map(function(rule) { |
654 | return this._getRuleWithCSSText(rule.cssText, doc); | 652 | return this._getRuleWithCSSText(rule.cssText, doc); |
655 | }, this); | 653 | }, this); |