Explorar el Código

Pause method now returns the $.vegas object

Jay Salvat hace 14 años
padre
commit
c0c392c41a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      jquery.vegas.js

+ 2 - 0
jquery.vegas.js

@@ -177,6 +177,8 @@
 		// Pause SlideShow
 		pause: function( settings ) {
 			clearInterval( timer );
+
+			return $.vegas;
 		}
 	}