Sha256: 2427bdd54a9870d2b8661701d75c2877881755c2e5ee10e8b34e80e5654489c6
Contents?: true
Size: 1.94 KB
Versions: 4
Compression:
Stored size: 1.94 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709795.072124:@value"Z{I" class:ETI"ProcessedAsset;FI"logical_path;TI"$Scene/NeverTileDiscardPolicy.js;FI" pathname;TI"]/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/NeverTileDiscardPolicy.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;TiI"digest;TI"%87a72963d5d5bc29f0ebab4fc0948221;FI"source;TI"/*global define*/ define([], function( ) { "use strict"; /** * A {@link TileDiscardPolicy} specifying that tile images should never be discard. * * @alias NeverTileDiscardPolicy * @constructor * * @see DiscardMissingTileImagePolicy */ var NeverTileDiscardPolicy = function(description) { }; /** * Determines if the discard policy is ready to process images. * @returns True if the discard policy is ready to process images; otherwise, false. */ NeverTileDiscardPolicy.prototype.isReady = function() { return true; }; /** * Given a tile image, decide whether to discard that image. * * @param {Image|Promise} image An image, or a promise that will resolve to an image. * * @returns A promise that will resolve to true if the tile should be discarded. */ NeverTileDiscardPolicy.prototype.shouldDiscardImage = function(image) { return false; }; return NeverTileDiscardPolicy; }); ;TI"dependency_digest;TI"%ee042a5c0eb41d8847a21bd0bd09f0e3;FI"required_paths;T[I"]/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/NeverTileDiscardPolicy.js;FI"dependency_paths;T[{I" path;TI"]/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/NeverTileDiscardPolicy.js;FI" mtime;TI"2013-10-02T12:16:28+02:00;TI"digest;TI"%db8cc0deff3455fc43ab975b7e90221e;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems