@@ -1,7 +1,7 @@
CACHE MANIFEST
# THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 04/15/2019 04:57 AM
+# 04/15/2019 06:50 AM
app.html
index.html?offline=1
@@ -1253,12 +1253,12 @@ DriveClient.prototype.saveFile = function(file, revision, success, errFn, noChec
if (etag0 == resp.etag)
{
- resons.push('stale etag');
+ reasons.push('stale etag');
}
if (revision && head0 == resp.headRevisionId)
- resons.push('stale revision');
+ reasons.push('stale revision');
var temp = ': ' + reasons.join(', ');