diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-09 06:42:57 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-09 06:42:57 -0500 |
| commit | 85b3dfaa8ac700e88312b0d279ccc1c5495d64c5 (patch) | |
| tree | 8c713e62b70d4113052bb630eaaefad66890be01 /www/external | |
| parent | 679f7f906446aadb44a777bbd5caf23942980c9f (diff) | |
nits
Former-commit-id: e2bdc2437a5409d1af473c51fd7a1c2188e684c2
Diffstat (limited to 'www/external')
| -rw-r--r-- | www/external/angular-carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 8e143164..0b855c7d 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -55,7 +55,7 @@ angular.module('angular-carousel') //scope.rnForceStop = !scope.rnForceStop; stopOrPlay.set(!stopOrPlay.get()); //console.log ("Autoplay is " + stopOrPlay.get()); - if (scope.autoSlider) + if (scope.autoSlider ) { // PP - If autoslide was on and we tapped, stop auto slide //scope.rnForceStop = true; //PP |
