don't call ace_getInInternationalComposition if editor is not fully loaded
parent
b6f354a2de
commit
3f31445abf
|
@ -124,6 +124,7 @@ function Ace2Editor()
|
|||
|
||||
editor.getInInternationalComposition = function()
|
||||
{
|
||||
if (!loaded) return false;
|
||||
return info.ace_getInInternationalComposition();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue