Sha256: 45245b3e514444eae626d814b1105d66dada9a3ca2715cd40c0d95c94d6c80fd
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724132.948527:@value"{{I" class:EFI"BundledAsset;FI"logical_path;FI""Core/KeyboardEventModifier.js;TI" pathname;FI"S/Users/bogumil/www/cesium/app/assets/javascripts/Core/KeyboardEventModifier.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%f917a54efaa99eb45568252b18dfff37I"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. * * @constant * @type {Enumeration} */ SHIFT : new Enumeration(0, 'SHIFT'), /** * Represents the control key being held down. * * @constant * @type {Enumeration} */ CTRL : new Enumeration(1, 'CTRL'), /** * Represents the alt key being held down. * * @constant * @type {Enumeration} */ ALT : new Enumeration(2, 'ALT') }; return KeyboardEventModifier; }); ;FI"required_assets_digest;F"%7231432415b59f141f261fab2fa0ac04I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems