Sha256: e962f520b9416b0b32b6c6322e19b53acc2b5811f2a36513e9c20be45da9d5e4
Contents?: true
Size: 456 Bytes
Versions: 128
Compression:
Stored size: 456 Bytes
Contents
/** * This is the main container for the XMLDOC handler. * @namespace * @author Brett Fattori (bfattori@fry.com) * @version $Revision: 498 $ */ 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
128 entries across 127 versions & 13 rubygems