Commit 46990bc 1 parent 78dc86e commit 46990bc Copy full SHA for 46990bc
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ var Shira;
518
518
*
519
519
* @param {Function } callback function to call when the focus changes
520
520
* @param {Object } options watcher option map
521
- * @returns {ScrollWatch.Watcher|Boolean } false if no sections were matched
521
+ * @returns {jQuery }
522
522
*/
523
523
$ . fn . scrollWatch = function ( callback , options ) {
524
524
if ( this . length > 0 ) {
@@ -535,6 +535,7 @@ var Shira;
535
535
* @param {Array|jQuery|String } items array of DOM elements, jQuery object or a selector
536
536
* @param {String } activeClass name to add to the active item
537
537
* @param {Object } options watcher option map
538
+ * @returns {jQuery }
538
539
*/
539
540
$ . fn . scrollWatchMapTo = function ( items , activeClass , options ) {
540
541
if ( this . length > 0 ) {
You can’t perform that action at this time.
0 commit comments