Allow to get the HTML of the pad with the API

This commit is contained in:
Lorenzo Gil 2011-10-31 11:18:44 +01:00
parent 2cc7dcb751
commit e4481ea22b
3 changed files with 88 additions and 0 deletions

View file

@ -85,6 +85,8 @@ function getPadHTML(pad, revNum, callback)
});
}
exports.getPadHTML = getPadHTML;
function getHTMLFromAtext(pad, atext)
{
var apool = pad.apool();