mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
refactor(animate): remove duplicate line
This commit is contained in:
parent
a7aa4cc0a9
commit
821ed310a7
1 changed files with 0 additions and 2 deletions
|
|
@ -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;');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue