refactor(animate): remove duplicate line

This commit is contained in:
Chris Chua 2013-12-30 03:12:46 -08:00 committed by Matias Niemelä
parent a7aa4cc0a9
commit 821ed310a7

View file

@ -1303,8 +1303,6 @@ describe("ngAnimate", function() {
it('should only append active to the newly append CSS className values',
inject(function($animate, $rootScope, $sniffer, $rootElement, $timeout) {
ss.addRule('.ng-enter', '-webkit-transition:9s linear all;' +
'transition:9s linear all;');
ss.addRule('.ng-enter', '-webkit-transition:9s linear all;' +
'transition:9s linear all;');