mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fix for issue #2500
This commit is contained in:
@@ -57,6 +57,8 @@ var evalCopyProperties = [
|
||||
contexts.Eval = function(options, frames) {
|
||||
copyFromOriginal(options, this, evalCopyProperties);
|
||||
|
||||
if (typeof this.paths === "string") { this.paths = [this.paths]; }
|
||||
|
||||
this.frames = frames || [];
|
||||
this.importantScope = this.importantScope || [];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user