Skip to content

Commit e4af986

Browse files
committed
Fixes variable name
1 parent b2eb7ab commit e4af986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.scrollTo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@
181181
if (typeof module !== 'undefined' && module.exports) { //Node
182182
module.exports = factory(require('jquery'));
183183
} else {
184-
window.jQuery.fn.colorbox = factory(window['jQuery']);
184+
window.jQuery.fn.scrollTo = factory(window['jQuery']);
185185
}
186186
}));

0 commit comments

Comments
 (0)