disable scope caching

This commit is contained in:
Sebastian McKenzie 2015-04-08 07:42:04 -07:00
parent c239d06f10
commit de5520a94f

View File

@ -80,7 +80,7 @@ export default class Scope {
if (cached && cached.parent === parent) {
return cached;
} else {
path.setData("scope", this);
//path.setData("scope", this);
}
this.parent = parent;