Browse Source

Pause method now returns the $.vegas object

Jay Salvat 14 years ago
parent
commit
c0c392c41a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jquery.vegas.js

+ 2 - 0
jquery.vegas.js

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