diff options
| author | Vojta Jina | 2011-03-25 17:28:42 +0100 | 
|---|---|---|
| committer | Igor Minar | 2011-03-28 23:04:48 -0700 | 
| commit | 9312bed4728e9f550fea131040cae199b3ab0c22 (patch) | |
| tree | 2e6fad7e2059b0afeba31078a4138df5928cfd7c /test/AngularSpec.js | |
| parent | faf29dd047d282c74a7383dc42299ab4e38cdefe (diff) | |
| download | angular.js-9312bed4728e9f550fea131040cae199b3ab0c22.tar.bz2 | |
Added missing semi-colons
So that my eclipse stops complaining...
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); | 
