perfect-scrollbar/src/perfect-scrollbar.js
2012-11-06 22:01:41 +09:00

9 lines
194 B
JavaScript

/* Copyright (c) 2012 HyeonJe Jun (http://github.com/noraesae)
* Licensed under the MIT License
*/
((function($) {
$.fn.perfectScrollbar = function() {
// TODO
};
})(jQuery));