From 4fae39ed75ab330ccc7c6e02c053f87bf15accf6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 23 Aug 2013 08:50:21 +0000 Subject: [PATCH] chore(dropbox) init = null -> delete init --- 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 d64edeef..8ca3a8c7 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -104,7 +104,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client; load ]); - CloudCmd.DropBox.init = null; + delete DropBoxStore.init; }; CloudCmd.DropBox = DropBoxStore;