mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
cleaning up forgotten debug help
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user