Sha256: 8469508eadf79f4f068003543ff290d33bc9bf42865b3e9503e5c4c3342136ab
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843459.6025531:@value"[{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/ClockRange.js;TI" pathname;FI"O/Users/bwrona/www/engines/cesium/app/assets/javascripts/Core/ClockRange.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;Fi�I"digest;F"%71eebc209becde6d6a68b75c2d80d064I"source;FI"�/*global define*/ define([ './Enumeration' ], function( Enumeration) { "use strict"; /** * Constants used by {@link Clock#tick} to determine behavior * when {@link Clock#startTime} or {@link Clock#stopTime} is reached. * * @exports ClockRange * * @see Clock * @see ClockStep */ var ClockRange = { /** * {@link Clock#tick} will always advances the clock in its current direction. * * @type {ClockRange} * @constant * @default 0 */ UNBOUNDED : new Enumeration(0, 'UNBOUNDED'), /** * When {@link Clock#startTime} or {@link Clock#stopTime} is reached, * {@link Clock#tick} will not advance {@link Clock#currentTime} any further. * * @type {ClockRange} * @constant * @default 1 */ CLAMPED : new Enumeration(1, 'CLAMPED'), /** * When {@link Clock#stopTime} is reached, {@link Clock#tick} will advance * {@link Clock#currentTime} to the opposite end of the interval. When * time is moving backwards, {@link Clock#tick} will not advance past * {@link Clock#startTime} * * @type {ClockRange} * @constant * @default 2 */ LOOP_STOP : new Enumeration(2, 'LOOP_STOP') }; return ClockRange; }); ;FI"required_assets_digest;F"%146a6931f44b879601c7ce0b5a628cf2I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/DA5/9C0/sprockets%2F7c1e5e3b6cb706c6f6dbf4f3712f65e4 |