From 6229a7543cde9dd1443a8e32c14c1b4d4fcdf42f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 4 Dec 2012 08:06:19 -0500 Subject: [PATCH] minor changes --- lib/client/storage/_dropbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 4fc5e26e..14e6d3b4 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -43,7 +43,7 @@ var CloudCommander, Util, DOM, Dropbox; Dropbox.choose(options); }; - Storage.Keys = function(){ + Storage.init = function(){ load(); };