From 7e5de6d3cf8778026f0e57770e1d738f841defe0 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(); };