minor changes

This commit is contained in:
coderaiser 2012-07-30 11:06:37 -04:00
parent 7fe3317813
commit c56c3d385b

View file

@ -100,7 +100,9 @@ CloudCommander.Editor.CodeMirror = {
url:lA,
error: function(jqXHR, textStatus, errorThrown){
console.log(textStatus+' : '+errorThrown);
console.log(textStatus+' : '+ errorThrown);
return false;
},
success:function(data, textStatus, jqXHR){