Base source structure.
This commit is contained in:
8
src/perfect-scrollbar.js
Normal file
8
src/perfect-scrollbar.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Copyright (c) 2012 HyeonJe Jun (http://github.com/noraesae)
|
||||
* Licensed under the MIT License
|
||||
*/
|
||||
((function($) {
|
||||
$.fn.perfectScrollbar = function() {
|
||||
// TODO
|
||||
};
|
||||
})(jQuery));
|
||||
Reference in New Issue
Block a user