Browse Source

Pause method now returns the $.vegas object

Jay Salvat 14 năm trước cách đây
mục cha
commit
c0c392c41a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      jquery.vegas.js

+ 2 - 0
jquery.vegas.js

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