diff options
Diffstat (limited to 'test/AngularSpec.js')
| -rw-r--r-- | test/AngularSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js index f585ffb7..cbae0606 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -393,7 +393,7 @@ describe('angular', function(){ it('should compile only the element specified via autobind', function() { dom.getElementById = function() { return this.childNodes[1]; - } + }; angularInit({autobind: 'child'}, dom); |
