Sha256: bf6fb4b9882de4ef189346af52c3a7f1c7ca014139b36eabff674269c454c991
Contents?: true
Size: 1.83 KB
Versions: 5
Compression:
Stored size: 1.83 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724133.334869:@value"�{I" class:EFI"ProcessedAsset;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"dependency_digest;F"%28706de4a5b1150ed3c7e06974e44252I"required_paths;F[I"O/Users/bogumil/www/cesium/app/assets/javascripts/Core/RequestErrorEvent.js;TI"dependency_paths;F[{I" path;FI"O/Users/bogumil/www/cesium/app/assets/javascripts/Core/RequestErrorEvent.js;TI" mtime;FI"2013-02-24T17:09:01+01:00;FI"digest;F"%8bf3574846bc08bbfecce7287cd10c04I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems