diff options
Diffstat (limited to 'test/markupSpec.js')
| -rw-r--r-- | test/markupSpec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/markupSpec.js b/test/markupSpec.js index 16efba55..2462f19e 100644 --- a/test/markupSpec.js +++ b/test/markupSpec.js @@ -9,7 +9,6 @@ describe("markups", function(){ compile = function(html) { element = jqLite(html); scope = compiler.compile(element)(element); - scope.$init(); }; }); |
