Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Minor change #459

Merged
merged 1 commit into from
Oct 24, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions lib/abaaso.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license BSD-3 <https://raw.github.com/avoidwork/abaaso/master/LICENSE>
* @link http://abaaso.com
* @module abaaso
* @version 3.10.29
* @version 3.10.30
*/
( function ( global ) {

Expand Down Expand Up @@ -7304,6 +7304,7 @@ Promise.prototype.process = function() {
result = callback( value );
}
catch ( e ) {
utility.error( e, value, this );
child.reject( e );

return;
Expand Down Expand Up @@ -10023,7 +10024,7 @@ var xhr = function () {
XMLHttpRequest, headers, handler, handlerError, state;

headers = {
"User-Agent" : "abaaso/3.10.29 node.js/" + process.versions.node.replace( /^v/, "" ) + " (" + string.capitalize( process.platform ) + " V8/" + process.versions.v8 + " )",
"User-Agent" : "abaaso/3.10.30 node.js/" + process.versions.node.replace( /^v/, "" ) + " (" + string.capitalize( process.platform ) + " V8/" + process.versions.v8 + " )",
"Content-Type" : "text/plain",
"Accept" : "*/*"
};
Expand Down Expand Up @@ -11164,7 +11165,7 @@ return {
update : element.update,
uuid : utility.uuid,
validate : validate.test,
version : "3.10.29",
version : "3.10.30",
walk : utility.walk,
when : utility.when
};
Expand Down
2 changes: 1 addition & 1 deletion lib/abaaso.map

Large diffs are not rendered by default.

Loading