Sha256: ac895879a79834ca17e8f9a95a6852ff42ce1a3a7d640eeef278d6d825803cc2
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
/*global define*/ define(['../Core/Enumeration'], function(Enumeration) { "use strict"; /** * @private */ var TileState = { START : new Enumeration(0, 'START'), LOADING : new Enumeration(1, 'LOADING'), READY : new Enumeration(2, 'READY') }; return TileState; });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | app/assets/javascripts/Scene/TileState.js |