Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
Former-commit-id: 5cfc756
  • Loading branch information
deltakosh committed Oct 28, 2013
1 parent 3a35c1f commit 1663308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 493 deletions.
7 changes: 6 additions & 1 deletion Babylon/Tools/babylon.database.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@
noManifestFile();
}, false);

xhr.send();
try {
xhr.send();
}
catch (ex) {
console.log("Error on XHR send request.");
}
};

BABYLON.Database.prototype.openAsync = function (successCallback, errorCallback) {
Expand Down
Loading

0 comments on commit 1663308

Please sign in to comment.