Sha256: e270c0a1e456bcbd6c4634d091c8d4010933146a7d6a49baef36e2b6e3cafa95
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843460.806345:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI""Core/KeyboardEventModifier.js;TI" pathname;FI"Z/Users/bwrona/www/engines/cesium/app/assets/javascripts/Core/KeyboardEventModifier.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;Fi�I"digest;F"%3e6333521b2dd38aa128407c40b27312I"source;FI"�/*global define*/ define(['./Enumeration'], function(Enumeration) { "use strict"; /** * This enumerated type is for representing keyboard modifiers. These are keys * that are held down in addition to other event types. * * @exports KeyboardEventModifier */ var KeyboardEventModifier = { /** * Represents the shift key being held down. * * @type {Enumeration} * @constant * @default 0 */ SHIFT : new Enumeration(0, 'SHIFT'), /** * Represents the control key being held down. * * @type {Enumeration} * @constant * @default 1 */ CTRL : new Enumeration(1, 'CTRL'), /** * Represents the alt key being held down. * * @type {Enumeration} * @constant * @default 2 */ ALT : new Enumeration(2, 'ALT') }; return KeyboardEventModifier; }); ;FI"required_assets_digest;F"%a0771af9fde8567a70ddc2d8ff2c012dI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/D19/5A0/sprockets%2F1278193df8458ead16f35720f083dede |