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
| /** | |
| * This library defines a new style ES objects | |
| * which support delegation based mixins. A mixin | |
| * chain is stored in the internal [[Mixin]] property. | |
| * | |
| * Used features: Harmony (ES6) proxies. | |
| * | |
| * Tested in FF4 beta. | |
| * | |
| * @author Dmitry A. Soshnikov <[email protected]> |
NewerOlder