chore(edit) rm {, }

This commit is contained in:
coderaiser 2013-12-30 15:39:43 +00:00
parent 3347265837
commit 1edb37c2e3

View file

@ -70,7 +70,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
Ace.setValue(pValue);
CloudCmd.View.show(Element, focus);
Key.unsetBind();
} else {
} else
Info.getData({
success : function(pData) {
var lValue = '';
@ -83,7 +83,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
CloudCmd.View.show(Element, focus);
}
});
}
}
};