fix for issue #2500

This commit is contained in:
Bass Jobsen
2015-03-15 23:09:50 +01:00
parent c4fa45f3b9
commit 4bb098bfc9
5 changed files with 14 additions and 4 deletions

View File

@@ -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 || [];
};