Merge branch 'develop' of github.com:ether/etherpad-lite into caret-refactor

This commit is contained in:
John McLear 2013-03-26 21:35:14 +00:00
commit 2252f4c5ea
50 changed files with 405 additions and 239 deletions

View file

@ -1013,6 +1013,11 @@ function Ace2Inner(){
return caughtErrors.slice();
};
editorInfo.ace_getDocument = function()
{
return doc;
};
editorInfo.ace_getDebugProperty = function(prop)
{
if (prop == "debugger")