Hook the ImportHtml module into the API

This commit is contained in:
Lorenzo Gil Sanchez 2011-11-17 10:18:35 +01:00
parent 9fe6c11d87
commit a26918c69e
2 changed files with 23 additions and 0 deletions

View file

@ -51,6 +51,7 @@ var functions = {
"getText" : ["padID", "rev"],
"setText" : ["padID", "text"],
"getHTML" : ["padID", "rev"],
"setHTML" : ["padID", "html"],
"getRevisionsCount" : ["padID"],
"deletePad" : ["padID"],
"getReadOnlyID" : ["padID"],