Skip to content

Commit 821ed31

Browse files
chrisirhcmatsko
authored andcommitted
refactor(animate): remove duplicate line
1 parent a7aa4cc commit 821ed31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/ngAnimate/animateSpec.js

-2
Original file line numberDiff line numberDiff line change
@@ -1303,8 +1303,6 @@ describe("ngAnimate", function() {
13031303
it('should only append active to the newly append CSS className values',
13041304
inject(function($animate, $rootScope, $sniffer, $rootElement, $timeout) {
13051305

1306-
ss.addRule('.ng-enter', '-webkit-transition:9s linear all;' +
1307-
'transition:9s linear all;');
13081306
ss.addRule('.ng-enter', '-webkit-transition:9s linear all;' +
13091307
'transition:9s linear all;');
13101308

0 commit comments

Comments
 (0)