This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function( $ ){ | |
/* | |
A cleaner approach to jquery plugins. Separate the code for the plugin's functionality from | |
the assignment into the jQuery namespace. | |
Taken from various articles/presos by Alex Sexton and Paul Irish, and #jquery IRC chats. | |
With enthusiasm for Object.create() toned down after http://news.ycombinator.com/item?id=2594521 | |
*/ |