chore(edit) rm spaces

This commit is contained in:
coderaiser 2013-07-16 16:44:58 +00:00
parent bb646c2a7e
commit d14d624c80

View file

@ -128,7 +128,7 @@ var CloudCmd, Util, DOM, JsDiff, ace;
Ace.moveCursorTo(0, 0);
}
function diff(pName, pNewValue, pCallBack){
function diff(pName, pNewValue, pCallBack){
DOM.jsload('/lib/util/jsdiff/diff.js', function(){
var lPatch = JsDiff.createPatch(pName, Value, pNewValue);