Base source structure.

This commit is contained in:
Hyunje Alex Jun
2012-11-06 22:01:41 +09:00
parent 2990baddb1
commit b409aa3ff3
2 changed files with 11 additions and 0 deletions
+8
View 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));