more handling

pull/2469/head
John McLear 2015-01-19 02:57:10 +00:00
parent cadb83ac5a
commit 85fffbe14c
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ function setPadHTML(pad, html, callback)
apiLogger.debug('The changeset: ' + theChangeset);
pad.setText("");
pad.appendRevision(theChangeset);
callback(null);
}
exports.setPadHTML = setPadHTML;