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

Minor change #178

Merged
merged 1 commit into from
Jan 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://github.com/avoidwork/abaaso/blob/master/LICENSE>
* @link http://abaaso.com
* @module abaaso
* @version 3.3.34
* @version 3.3.35
*/

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

headers = {
"User-Agent" : "abaaso/3.3.34 node.js/" + process.versions.node.replace(/^v/, "") + " (" + string.capitalize(process.platform) + " V8/" + process.versions.v8 + ")",
"User-Agent" : "abaaso/3.3.35 node.js/" + process.versions.node.replace(/^v/, "") + " (" + string.capitalize(process.platform) + " V8/" + process.versions.v8 + ")",
"Content-Type" : "text/plain",
"Accept" : "*/*"
};
Expand Down Expand Up @@ -7503,6 +7503,7 @@ return {
},
bootstrap : bootstrap,
clear : element.clear,
clearTimer : utility.clearTimers,
clone : utility.clone,
coerce : utility.coerce,
compile : utility.compile,
Expand Down Expand Up @@ -7622,7 +7623,7 @@ return {
},
update : element.update,
validate : validate.test,
version : "3.3.34",
version : "3.3.35",
walk : utility.walk
};

Expand Down
4 changes: 2 additions & 2 deletions lib/abaaso.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abaaso",
"description": "abaaso is a modern, lightweight Enterprise class RESTful JavaScript application framework.",
"version": "3.3.34",
"version": "3.3.35",
"homepage": "http://abaaso.com",
"author": {
"name": "Jason Mulligan",
Expand Down
1 change: 1 addition & 0 deletions src/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ return {
},
bootstrap : bootstrap,
clear : element.clear,
clearTimer : utility.clearTimers,
clone : utility.clone,
coerce : utility.coerce,
compile : utility.compile,
Expand Down