Sha256: fb2e57c1f9c22248dd7e2031d075423d7d9dc06c0bdb88a491141fa768349eb0
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843460.62615:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/Interval.js;TI" pathname;FI"M/Users/bwrona/www/engines/cesium/app/assets/javascripts/Core/Interval.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;Fi�I"digest;F"%05a7e96cd3c69763cf1ac9fa8b717604I"source;FI"�/*global define*/ define(['./defaultValue'], function(defaultValue) { "use strict"; /** * Represents the closed interval [start, stop]. * @alias Interval * @constructor * * @param {Number} [start=0.0] The beginning of the interval. * @param {Number} [stop=0.0] The end of the interval. */ var Interval = function(start, stop) { /** * The beginning of the interval. * @type {Number} * @default 0.0 */ this.start = defaultValue(start, 0.0); /** * The end of the interval. * @type {Number} * @default 0.0 */ this.stop = defaultValue(stop, 0.0); }; return Interval; }); ;FI"required_assets_digest;F"%86a9858c4214a21749ee912fa5650c68I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/D45/9E0/sprockets%2F5575d17c9531cd6e24f1b1273dfcfd85 |