Base source structure.
This commit is contained in:
parent
2990baddb1
commit
b409aa3ff3
3
min/perfect-scrollbar.min.js
vendored
Normal file
3
min/perfect-scrollbar.min.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/* Copyright (c) 2012 HyeonJe Jun (http://github.com/noraesae)
|
||||
* Licensed under the MIT License
|
||||
*/(function(e){e.fn.perfectScrollbar=function(){}})(jQuery);
|
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));
|
Loading…
Reference in New Issue
Block a user