Merge pull request #297 from BR0kEN-/issue-296

Fixed an issue #296 with undefined function in jQuery plugin.
master
Jun 10 years ago
commit b23ad2834e

@ -28,7 +28,7 @@ function mountJQuery(jQuery) {
}
}
return $(this);
return jQuery(this);
});
};
}

Loading…
Cancel
Save