aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
diff options
context:
space:
mode:
authorIgor Minar2011-03-28 23:15:28 -0700
committerIgor Minar2011-03-28 23:15:28 -0700
commit885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2 (patch)
tree3f4abc754abd1e242b62458aeff6e11a1b0ac39d /test/widgetsSpec.js
parent9312bed4728e9f550fea131040cae199b3ab0c22 (diff)
downloadangular.js-885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2.tar.bz2
fixing lint warnings
Diffstat (limited to 'test/widgetsSpec.js')
-rw-r--r--test/widgetsSpec.js2
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>')();