tag: layout, block

This commit is contained in:
harttle
2016-06-24 10:44:57 +08:00
parent 8fbbec089f
commit 3695eb2d6e
8 changed files with 111 additions and 7 deletions
-1
View File
@@ -8,7 +8,6 @@ var scope = {
var v = _.get(this.scopes[i], str);
if (v !== undefined) return v;
}
return '';
},
set: function(k, v) {
_.set(this.scopes[this.scopes.length - 1], k, v);