Skip to content

Instantly share code, notes, and snippets.

#this is singleton pattern
module MyModule
self.method1
'method1'
end
self.method2
'method2'
end
/*!
* jQuery Floating Scrollbar - v0.4 - 02/28/2011
* http://benalman.com/
*
* Copyright (c) 2011 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/
(function($){