fix(client) edit/_codmirror -> edit

This commit is contained in:
coderaiser 2013-07-29 07:28:28 +00:00
parent a4bddb0b80
commit 2cd49ec2fd

View file

@ -185,8 +185,8 @@ var Util, DOM, CloudFunc, CloudCmd;
lShowLoadFunc = Util.retFunc( DOM.Images.showLoad, {top:true} ),
lDoBefore = {
'edit/_codemirror' : lShowLoadFunc,
'view' : lShowLoadFunc
'edit' : lShowLoadFunc,
'view' : lShowLoadFunc
},
lLoad = function(pName, pPath, pDoBefore){