mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Fixed info error ISSUE #252 part2, whoops.
This commit is contained in:
parent
0810915f2c
commit
2038659ac7
1 changed files with 4 additions and 3 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue