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
// Copyright @2011, David Atchley ([email protected]) | |
/** | |
* @fileOverview | |
* <p> | |
* JSM stands for JavaScript Module, and is based on Perl's module and exporter | |
* facilities. Combines a number of those ideas from Perl and from the existing | |
* JSAN facility, though with some slight changes. | |
* </p> | |
* |