aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIgor Minar2014-02-18 03:04:42 -0800
committerIgor Minar2014-02-18 10:44:48 -0800
commit481508d0e7ae9e4984ea380b9a43e589551c7a5b (patch)
tree2df21cbd83152c5e504cdc7f3b579b25bdc9fadb /test
parent12e4d3ac4da3e7ea8d9be49764dbbc091a345bf7 (diff)
downloadangular.js-481508d0e7ae9e4984ea380b9a43e589551c7a5b.tar.bz2
style: remove ws and enfore no-trailing-ws jscs rule
Diffstat (limited to 'test')
-rw-r--r--test/ngRoute/directive/ngViewSpec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ngRoute/directive/ngViewSpec.js b/test/ngRoute/directive/ngViewSpec.js
index bf134f82..072c232b 100644
--- a/test/ngRoute/directive/ngViewSpec.js
+++ b/test/ngRoute/directive/ngViewSpec.js
@@ -727,7 +727,7 @@ describe('ngView animations', function() {
$rootScope.$digest();
//we don't care about the enter animation for the first element
- $animate.queue.pop();
+ $animate.queue.pop();
$location.path('/bar');
$rootScope.$digest();
@@ -756,7 +756,7 @@ describe('ngView animations', function() {
$rootScope.$digest();
//we don't care about the enter animation
- $animate.queue.shift();
+ $animate.queue.shift();
var animation = $animate.queue.shift();
expect(animation.event).toBe('addClass');
@@ -776,7 +776,7 @@ describe('ngView animations', function() {
$rootScope.$digest();
//we don't care about the enter animation
- $animate.queue.shift();
+ $animate.queue.shift();
animation = $animate.queue.shift();
item = animation.element;