From bb8d9feab63efc78a0d6ed289732ddb0b00dd892 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 30 Jan 2014 11:13:14 -0500 Subject: [PATCH] chore(filepicker) add ";" --- lib/client/storage/_filepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/storage/_filepicker.js b/lib/client/storage/_filepicker.js index 5c2a154d..ac3f79e5 100644 --- a/lib/client/storage/_filepicker.js +++ b/lib/client/storage/_filepicker.js @@ -63,5 +63,5 @@ var CloudCmd, Util, DOM, filepicker; } init(pCallBack); - }; + } })(CloudCmd, Util, DOM);