From e297c55e7bdf217ca6bfea5ce39b844608bc3103 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 26 Sep 2015 09:23:00 -0400 Subject: [PATCH] chore(edit) rm " " --- lib/client/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index 62ab17d0..a8e219ba 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -108,7 +108,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format, edward; Element = element; edward.on('save', function(value) { - var size = Format.size(value); + var size = Format.size(value); DOM.setCurrentSize(size); });