chore(edit) rm spaces

This commit is contained in:
coderaiser 2013-07-16 16:44:58 +00:00
parent f3e06e0bde
commit 6b9dec0d78

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