Sha256: 5be8a9355c93e1e897396c625bb041d10f32e824c10de791196b7e090d863188
Contents?: true
Size: 1.69 KB
Versions: 4
Compression:
Stored size: 1.69 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1362249879.8796248:@value"X{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/ClockRange.js;TI" pathname;FI"H/Users/bogumil/www/cesium/app/assets/javascripts/Core/ClockRange.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-03-02T19:13:39+01:00;FI"length;Fi�I"digest;F"%03fb48e7c046da176d7841dba058f251I"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. */ 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. */ 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} */ LOOP_STOP : new Enumeration(2, 'LOOP_STOP') }; return ClockRange; }); ;FI"required_assets_digest;F"%d6ea96e821d54c7c7b61b48979c653f1I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
4 entries across 4 versions & 1 rubygems