Sha256: 3d2d0a811031085a1370d57c173f53e4b031f1aa36290f52d4eafcc1c7adb95b
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709799.445388:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"Widgets/getElement.js;TI" pathname;TI"S/Users/bogumil/www/engines/cesium/app/assets/javascripts/Widgets/getElement.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%6cce9a7b0e6203558622ade20a89c9fb;FI"source;TI"�/*global define*/ define(['Core/DeveloperError'], function( DeveloperError) { "use strict"; /** * If element is a string, look up the element in the DOM by ID. Otherwise return element. * * @private * * @exception {DeveloperError} Element with id "id" does not exist in the document. */ var getElement = function(element) { if (typeof element === 'string') { var foundElement = document.getElementById(element); if (foundElement === null) { throw new DeveloperError('Element with id "' + element + '" does not exist in the document.'); } element = foundElement; } return element; }; return getElement; }); ;TI"required_assets_digest;TI"%32ffff087efe4610ae38520e8bb5715f;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
3 entries across 3 versions & 1 rubygems