Sha256: 607071b01fcb0decf5887c188a07d404eca05ab4ed143cbf1ea4164cf778710d
Contents?: true
Size: 450 Bytes
Versions: 4
Compression:
Stored size: 450 Bytes
Contents
/** * This is the main container for the XMLDOC handler. * @namespace * @author Brett Fattori (bfattori@fry.com) * @version $Revision$ */ XMLDOC = { }; /** The current version string of this application. */ XMLDOC.VERSION = "1.0"; /** Include the library necessary to handle XML files */ IO.includeDir("handlers/XMLDOC/"); /** * @type Symbol[] */ XMLDOC.handle = function(srcFile, src) { }; XMLDOC.publish = function(symbolgroup) { }
Version data entries
4 entries across 4 versions & 1 rubygems