@@ -1,3 +1,7 @@
+14-MAR-2017: 6.3.3
+
+- Fixes use of undefined variable in DriveClient
14-MAR-2017: 6.3.2
- Updates AWS icons
@@ -1 +1 @@
-6.3.2
+6.3.3
@@ -1,7 +1,7 @@
CACHE MANIFEST
# THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 03/14/2017 06:13 PM
+# 03/14/2017 07:00 PM
app.html
index.html?offline=1
@@ -890,7 +890,7 @@ DriveClient.prototype.saveFile = function(file, revision, success, error, noChec
})))
{
// If-branch
- doSave(null, null, file.constructor != DriveLibrary && keepExistingThumb);
+ doSave(null, null, file.constructor != DriveLibrary);
}
});