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

Fixed an issue #296 with undefined function in jQuery plugin.
This commit is contained in:
Jun 2015-03-06 00:50:35 +09:00
commit b23ad2834e

View File

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