Skip to content

Commit 2d7ad55

Browse files
authored
Merge pull request alvarotrigo#2374 from GustavSt/patch-2
Use $ instead of jQuery
2 parents a242cd7 + 3165ebe commit 2d7ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@
29372937

29382938
scrollable.height(scrollHeight);
29392939
scrollable.each(function() {
2940-
var $this = jQuery(this);
2940+
var $this = $(this);
29412941
var iScrollInstance = $this.data('iscrollInstance');
29422942
if (iScrollInstance) {
29432943
$.each(iscrollHandler.iScrollInstances, function(){

0 commit comments

Comments
 (0)