fix Pita/etherpad-lite #1032

refact inInternationalComposition
This commit is contained in:
NAGOYA, Yoshihiko 2012-10-11 23:39:01 +09:00
parent d7ec050f34
commit 957a0aa873
4 changed files with 25 additions and 21 deletions

View file

@ -122,6 +122,11 @@ function Ace2Editor()
return info.ace_getDebugProperty(prop);
};
editor.getInInternationalComposition = function()
{
return info.ace_getInInternationalComposition();
};
// prepareUserChangeset:
// Returns null if no new changes or ACE not ready. Otherwise, bundles up all user changes
// to the latest base text into a Changeset, which is returned (as a string if encodeAsString).