chore(edit) rm " "

This commit is contained in:
coderaiser 2015-01-08 10:27:10 -05:00
parent e1b6bd0467
commit be1a18bfe4

View file

@ -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);
});
});
});
}