diff options
| author | Igor Minar | 2011-03-28 23:15:28 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-03-28 23:15:28 -0700 |
| commit | 885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2 (patch) | |
| tree | 3f4abc754abd1e242b62458aeff6e11a1b0ac39d /test/widgetsSpec.js | |
| parent | 9312bed4728e9f550fea131040cae199b3ab0c22 (diff) | |
| download | angular.js-885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2.tar.bz2 | |
fixing lint warnings
Diffstat (limited to 'test/widgetsSpec.js')
| -rw-r--r-- | test/widgetsSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index eab5cce7..58cc33d8 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -798,7 +798,7 @@ describe("widget", function(){ describe('ng:view', function() { - var rootScope, rootScope, $route, $location, $browser; + var rootScope, $route, $location, $browser; beforeEach(function() { rootScope = angular.compile('<ng:view></ng:view>')(); |
