Skip to content

Commit baa81a3

Browse files
committed
Build 0.7.2
1 parent 75f80a1 commit baa81a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/tincan-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/tincan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ TinCan client library
18681868
data = cfg.data;
18691869

18701870
xhr.onreadystatechange = function () {
1871-
self.log("xhr.onreadystatechange - xhr.readyState: " + finished + ", xhr.status: " + xhr.status);
1871+
self.log("xhr.onreadystatechange - xhr.readyState: " + xhr.readyState);
18721872
if (xhr.readyState === 4) {
18731873
requestComplete();
18741874
}

yuidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.1",
2+
"version": "0.7.2",
33
"name": "TinCanJS",
44
"description": "Client library for working with TinCan API in JavaScript",
55
"url": "https://github.com/RusticiSoftware/TinCanJS",

0 commit comments

Comments
 (0)