more handling
This commit is contained in:
parent
cadb83ac5a
commit
85fffbe14c
|
@ -91,6 +91,7 @@ function setPadHTML(pad, html, callback)
|
|||
apiLogger.debug('The changeset: ' + theChangeset);
|
||||
pad.setText("");
|
||||
pad.appendRevision(theChangeset);
|
||||
callback(null);
|
||||
}
|
||||
|
||||
exports.setPadHTML = setPadHTML;
|
||||
|
|
Loading…
Reference in New Issue