This file contains hidden or 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
/** | |
* ES5 compliant AMD/CommonJS Class Module | |
* Copyright (c) 2012 James Florentino | |
* | |
* Distributed under the terms of the MIT license. | |
* http://www.opensource.org/licenses/mit-license.html | |
* | |
* Derived from John Resig's Simple Prototype Inheritance http://ejohn.org/ | |
* UMD compatible | |
* |