refactor: merge render register into scope

This commit is contained in:
harttle
2016-11-06 15:22:29 +08:00
parent 258f4a2073
commit d7b7b1724f
8 changed files with 21 additions and 30 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ describe('scope', function() {
it('should throw undefined in strict mode', function() {
scope = Scope.factory(ctx, {
strict: true
strict_variables: true
});
function fn() {