mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(edit) rm spaces
This commit is contained in:
parent
bb646c2a7e
commit
d14d624c80
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue