diff --git a/cache.manifest b/cache.manifest index 6698bcf7..173d1076 100644 --- a/cache.manifest +++ b/cache.manifest @@ -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 diff --git a/js/main-min.js b/js/main-min.js index 0d5cd3c7..a65d8162 100644 --- a/js/main-min.js +++ b/js/main-min.js @@ -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) {