assign tag, abs filter

This commit is contained in:
harttle
2016-06-15 03:21:35 +08:00
parent 51b2406187
commit 611882ae10
10 changed files with 176 additions and 36 deletions
+4
View File
@@ -18,6 +18,10 @@ var context = {
}
return '';
},
set: function(k, v){
this.context[this.context.length-1][k] = v;
return this;
},
push: function(ctx) {
return this.context.push(ctx);
},