aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
diff options
context:
space:
mode:
authorEric Guzman2012-06-26 20:19:32 -0700
committerEric Guzman2012-06-26 20:19:32 -0700
commit31a164700e95fb9bf37169eccdb009895452b8bf (patch)
tree2bf23250a605ca42a33f7bc75698357e0258d624 /js/controllers
parent2be81997e1ecd14ae43cf7fb243ef7ced2696bd2 (diff)
downloadninja-31a164700e95fb9bf37169eccdb009895452b8bf.tar.gz
Styles Controller - Remove debugger
Diffstat (limited to 'js/controllers')
-rwxr-xr-xjs/controllers/styles-controller.js2
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);