From be1a18bfe4e73e6fbd880fb57b2bb737c206cab2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 8 Jan 2015 10:27:10 -0500 Subject: [PATCH] chore(edit) rm " " --- lib/client/edit.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index fe363b3c..6684833b 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -402,12 +402,12 @@ var CloudCmd, Util, DOM, CloudFunc, io, ace, DiffProto, diff_match_patch, Zip, M var isAllowed = Storage.isAllowed(); exec.if(!isAllowed, callback, function(func) { - DOM.checkStorageHash(path, function(error, equal) { - if (!equal) - patch = ''; - - func(patch); - }); + DOM.checkStorageHash(path, function(error, equal) { + if (!equal) + patch = ''; + + func(patch); + }); }); }); }