diff options
| author | Igor Minar | 2010-10-04 09:00:09 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-04 09:00:09 -0700 |
| commit | 81052d4a6269b25885bb3d9642fdf399cc1684e6 (patch) | |
| tree | 2685b57a92f1dad846426619a5d87521a5655eb4 /test/directivesSpec.js | |
| parent | 328ff6c9265a16ae51cb01a8779445819f4118a1 (diff) | |
| download | angular.js-81052d4a6269b25885bb3d9642fdf399cc1684e6.tar.bz2 | |
fixed lint warnings
Diffstat (limited to 'test/directivesSpec.js')
| -rw-r--r-- | test/directivesSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directivesSpec.js b/test/directivesSpec.js index 72f7b2f2..10400ead 100644 --- a/test/directivesSpec.js +++ b/test/directivesSpec.js @@ -181,7 +181,7 @@ describe("directives", function(){ innerDiv.trigger('click'); expect(scope.$get('outer')).not.toBeDefined(); expect(scope.$get('inner')).toEqual(true); - }) + }); }); it('should ng:class', function(){ |
