diff options
| author | Chris Chua | 2013-12-30 03:12:46 -0800 | 
|---|---|---|
| committer | Matias Niemelä | 2014-01-06 00:07:44 -0500 | 
| commit | 821ed310a75719765448e8b15e3a56f0389107a5 (patch) | |
| tree | 477dd0960a6a6acf5a6570e1377b679f6741f13f /test/ngAnimate/animateSpec.js | |
| parent | a7aa4cc0a97abaa1c4e8796f2b5ed5e216eff0e4 (diff) | |
| download | angular.js-821ed310a75719765448e8b15e3a56f0389107a5.tar.bz2 | |
refactor(animate): remove duplicate line
Diffstat (limited to 'test/ngAnimate/animateSpec.js')
| -rw-r--r-- | test/ngAnimate/animateSpec.js | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/test/ngAnimate/animateSpec.js b/test/ngAnimate/animateSpec.js index c60639df..028c021f 100644 --- a/test/ngAnimate/animateSpec.js +++ b/test/ngAnimate/animateSpec.js @@ -1305,8 +1305,6 @@ describe("ngAnimate", function() {            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;');            var parent = jqLite('<div><span></span></div>');            var element = parent.find('span'); | 
