Merge pull request #297 from BR0kEN-/issue-296
Fixed an issue #296 with undefined function in jQuery plugin.
This commit is contained in:
commit
b23ad2834e
2
src/js/adaptor/jquery.js
vendored
2
src/js/adaptor/jquery.js
vendored
@ -28,7 +28,7 @@ function mountJQuery(jQuery) {
|
||||
}
|
||||
}
|
||||
|
||||
return $(this);
|
||||
return jQuery(this);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user