diff options
Diffstat (limited to 'www/lib/angular-carousel/test/unit')
| -rwxr-xr-x | www/lib/angular-carousel/test/unit/angular-carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lib/angular-carousel/test/unit/angular-carousel.js b/www/lib/angular-carousel/test/unit/angular-carousel.js index 5b2031da..faea0e94 100755 --- a/www/lib/angular-carousel/test/unit/angular-carousel.js +++ b/www/lib/angular-carousel/test/unit/angular-carousel.js @@ -573,7 +573,7 @@ describe('carousel', function () { expect(elm.find('li').last()[0].id).toBe('slide-' + scope.items[scope.items.length - 1].id); }); }); - + }); // describe('delayed collection and index', function () { // it('should follow multiple moves and buffer accordingly', function() { |
