Sha256: 2a33d06a78ce900958060ddf303fd7410a07ea86f69a660f7e071dd5116cee08
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843460.7848792:@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/C8A/DB0/sprockets%2F4775422161723cc719ff3886359e0eac |