style: remove ws and enfore no-trailing-ws jscs rule

This commit is contained in:
Igor Minar
2014-02-18 03:04:42 -08:00
parent 12e4d3ac4d
commit 481508d0e7
29 changed files with 67 additions and 67 deletions

View File

@@ -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;