diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-17 12:32:47 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-17 12:32:47 -0400 |
| commit | 7c385a7877aa4b0163dda6206f656846db2cf039 (patch) | |
| tree | 0dd09ef3261f0eca43cda22d27ab3a431ad1cd2f /www/lib/angular-carousel/test/unit | |
| parent | a0b74399c4f1a7754029e1fd7f4be3b20836404a (diff) | |
iOS9 fixes (which includes ionic updates to 1.1.0)
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() { |
