9 lines
194 B
JavaScript
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));
|