From 9312bed4728e9f550fea131040cae199b3ab0c22 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 25 Mar 2011 17:28:42 +0100 Subject: Added missing semi-colons So that my eclipse stops complaining... --- test/AngularSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/AngularSpec.js') 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); -- cgit v1.2.3