Fixed info error ISSUE #252 part2, whoops.

This commit is contained in:
John McLear 2011-12-04 22:29:33 +00:00
parent 0810915f2c
commit 2038659ac7

View file

@ -96,9 +96,10 @@ function Ace2Editor()
}); });
editor.setEditable = pendingInit(function(newVal) editor.setEditable = pendingInit(function(newVal)
{ {
//window.console.log("yaya"); if(info)
//window.console.log(newVal); {
//info.ace_setEditable(newVal); info.ace_setEditable(newVal);
}
}); });
editor.getFormattedCode = function() editor.getFormattedCode = function()
{ {