Sha256: 63279a793450458af646bbd8afbb623df458fecb80b2dfe077be5e5c6b9de71f
Contents?: true
Size: 1.98 KB
Versions: 4
Compression:
Stored size: 1.98 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1362249879.876499:@value"�{I" class:EFI"ProcessedAsset;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"dependency_digest;F"%d6ea96e821d54c7c7b61b48979c653f1I"required_paths;F[I"H/Users/bogumil/www/cesium/app/assets/javascripts/Core/ClockRange.js;TI"dependency_paths;F[{I" path;FI"H/Users/bogumil/www/cesium/app/assets/javascripts/Core/ClockRange.js;TI" mtime;FI"2013-03-02T19:13:39+01:00;FI"digest;F"%b82989bd14a6706750e1dec44c0a4f04I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
4 entries across 4 versions & 1 rubygems