[Movecommons-commits] r317 - trunk/src
Mario Gallegos
mgallegos at ourproject.org
Wed May 9 16:01:59 CEST 2012
Author: mgallegos
Date: 2012-05-09 16:01:59 +0200 (Wed, 09 May 2012)
New Revision: 317
Modified:
trunk/src/jquery.bxSlider.js
Log:
Modified: trunk/src/jquery.bxSlider.js
===================================================================
--- trunk/src/jquery.bxSlider.js 2012-05-09 13:59:44 UTC (rev 316)
+++ trunk/src/jquery.bxSlider.js 2012-05-09 14:01:59 UTC (rev 317)
@@ -1139,6 +1139,7 @@
* Checks if show is in finite mode, and if slide is either first or last, then hides the respective control
*/
function checkEndControls(){
+ alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
if(!options.infiniteLoop && options.hideControlOnEnd){
// check previous
alert('currentSlide: '+currentSlide+" firstSlide: "+firstSlide+" lastSlide"+lastSlide);
More information about the Movecommons-commits
mailing list