From 80b5db2d0b07d27a41a8b47513034e8ce421f1e0 Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Mon, 17 Jun 2013 01:07:16 -0700 Subject: [PATCH] changed time of gapi.auth object creating --- lib/client/storage/_gdrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/storage/_gdrive.js b/lib/client/storage/_gdrive.js index 21aad69f..114d523e 100644 --- a/lib/client/storage/_gdrive.js +++ b/lib/client/storage/_gdrive.js @@ -40,7 +40,7 @@ var CloudCmd, Util, DOM, gapi; }); }); - }, 500); + }, 1500); }); }); }