Merge pull request #191 from Yaco-Sistemas/master

Get the HTML of a Pad via the API
This commit is contained in:
Peter 'Pita' Martischka 2011-11-12 15:04:53 -08:00
commit 17666339d0
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();