Index: lib/cssRules.js |
diff --git a/lib/cssRules.js b/lib/cssRules.js |
index 9fdbbba57f72df44494bec3f98f8a9e16ab7aeb9..1a29fec03b7c275511da43c640839fd40ce2047c 100644 |
--- a/lib/cssRules.js |
+++ b/lib/cssRules.js |
@@ -72,5 +72,10 @@ let CSSRules = exports.CSSRules = |
result.push(filter); |
} |
return result; |
+ }, |
+ |
+ _getAllRules: function() |
kzar
2016/09/25 13:49:39
(Not to happy with this, or the similar changes to
Wladimir Palant
2016/09/26 09:40:58
How about you use sandboxed-module ;). The followi
|
+ { |
+ return filters; |
} |
}; |