Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e071274db | ||
|
|
b23ad2834e | ||
|
|
cbdf812de8 | ||
|
|
5e363b876f | ||
|
|
cbf96b3302 |
@@ -4,9 +4,6 @@ Minimalistic but perfect custom scrollbar plugin
|
||||
|
||||
[](https://travis-ci.org/noraesae/perfect-scrollbar)
|
||||
|
||||
**The plugin is currently changing quickly in the master branch.
|
||||
Please refer to the related issue [#227](https://github.com/noraesae/perfect-scrollbar/issues/277).**
|
||||
|
||||
If you want information of old versions<0.6.0, please refer to
|
||||
[an old documentation](https://github.com/noraesae/perfect-scrollbar/tree/0.5.9).
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "perfect-scrollbar",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Minimalistic but perfect custom scrollbar plugin",
|
||||
"author": "Hyunje Alex Jun <me@noraesae.net>",
|
||||
"contributors": [
|
||||
|
||||
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);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user