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