Prepare deployment

This commit is contained in:
benweet 2013-06-12 23:55:06 +01:00
parent 8e2b00bbf6
commit 18b7037764
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# Wed Jun 12 21:38:14 GMT 2013
# Wed Jun 12 23:55:06 GMT 2013
CACHE:
index.html

4
js/main-min.js vendored
View File

@ -12222,7 +12222,7 @@ printStackTrace.implementation = function() {}, printStackTrace.implementation.p
}, e.errorCallbacks = [], e.onError = function(t) {
e.errorCallbacks.push(t);
}, e.chain = function(t) {
if (e.callPath.push(printStackTrace()[5]), e.finished !== !0) {
if (e.callPath.unshift(printStackTrace()[5]), e.finished !== !0) {
if (void 0 === e.queue && (e.queue = e.runCallbacks.slice()), void 0 !== t) return t(),
void 0;
if (0 === e.queue.length) return o(e, e.successCallbacks), void 0;
@ -12230,7 +12230,7 @@ printStackTrace.implementation = function() {}, printStackTrace.implementation.p
n();
}
}, e.error = function(t) {
if (e.callPath.push(printStackTrace()[5]), e.finished !== !0) throw t = t || Error("Unknown error|\n" + e.callPath.join("\n")),
if (e.callPath.unshift(printStackTrace()[5]), e.finished !== !0) throw t = t || Error("Unknown error|\n" + e.callPath.join("\n")),
t.message && i.onError(t), o(e, e.errorCallbacks, t), t;
}, e.retry = function(t, i) {
if (e.finished !== !0) {