diff options
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>')(); |
