Sha256: 5fd1f8e92d1e3db123a58a787e49307315648259fdcee22d04dfb20fd49c5a1e
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 Bytes
Contents
/*global define*/ define(['./Enumeration'], function(Enumeration) { "use strict"; /** * DOC_TBA * * @exports IndexDatatype */ var IndexDatatype = { /** * DOC_TBA * * @type {Enumeration} * @constant * @default 0x1401 */ UNSIGNED_BYTE : new Enumeration(0x1401, 'UNSIGNED_BYTE'), /** * DOC_TBA * * @type {Enumeration} * @constant * @default 0x1403 */ UNSIGNED_SHORT : new Enumeration(0x1403, 'UNSIGNED_SHORT') }; return IndexDatatype; });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | app/assets/javascripts/Core/IndexDatatype.js |