Sha256: 99ab241951048ad84e4325b1cee7cb7c56db4db46ed407ae91d9295fe52c5667
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724133.336224:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/RequestErrorEvent.js;TI" pathname;FI"O/Users/bogumil/www/cesium/app/assets/javascripts/Core/RequestErrorEvent.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%408ffb2095b624d60580a7c86e99a44aI"source;FI"�/*global define*/ define([ ], function( ) { "use strict"; /** * An event that is raised when a request encounters an error. * * @constructor * @alias RequestErrorEvent * * @param {Number} [statusCode] The HTTP error status code, such as 404. * @param {Object} [response] The response included along with the error. */ var RequestErrorEvent = function RequestErrorEvent(statusCode, response) { /** * The HTTP error status code, such as 404. If the error does not have a particular * HTTP code, this property will be undefined. * * @type {Number} */ this.statusCode = statusCode; /** * The response included along with the error. If the error does not include a response, * this property will be undefined. * * @type {Object} */ this.response = response; }; return RequestErrorEvent; }); ;FI"required_assets_digest;F"%28706de4a5b1150ed3c7e06974e44252I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems