cleaning up forgotten debug help

This commit is contained in:
jurcovicovam
2015-02-01 15:39:33 +01:00
parent 996947d2f6
commit 2e579cf42a

View File

@@ -185,7 +185,7 @@ Ruleset.prototype.evalImports = function(context) {
Ruleset.prototype.makeImportant = function() {
var result = new Ruleset(this.selectors, this.rules.map(function (r) {
if (r.makeImportant) {
return r.makeImportant(true);
return r.makeImportant();
} else {
return r;
}