Sha256: b857184db2a80ebc0e7d377291a0df71b8ac62934a2f609132184aa1179d4a9b
Contents?: true
Size: 1.49 KB
Versions: 4
Compression:
Stored size: 1.49 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709790.218275:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"Core/CornerType.js;TI" pathname;TI"P/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/CornerType.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%1e91c015cec3b9ad80583a7b15717b94;FI"source;TI"�/*global define*/ define(['Core/Enumeration'], function(Enumeration) { "use strict"; /** * @exports CornerType */ var CornerType = { /** * ___ * ( ___ * | | * * Corner is circular. * @type {Enumeration} * @constant * @default 0 */ ROUNDED : new Enumeration(0, 'ROUNDED'), /** * ______ * | ___ * | | * * Corner point is the intersection of adjacent edges. * @type {Enumeration} * @constant * @default 1 */ MITERED : new Enumeration(1, 'MITERED'), /** * ___ * / ___ * | | * * Corner is clipped. * @type {Enumeration} * @constant * @default 2 */ BEVELED : new Enumeration(2, 'BEVELED') }; return CornerType; }); ;TI"required_assets_digest;TI"%f51eddbd5bec43af2ec69b0ec9a8b653;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems