getInternalRevisionAText docs

This commit is contained in:
webzwo0i 2016-02-14 13:32:48 +01:00
parent d7854edeb2
commit 86af7c7f1b

View file

@ -161,6 +161,13 @@ Pad.prototype.getAllAuthors = function getAllAuthors() {
return authors;
};
/*
* Returns an atext at a given revision. It selects the last key rev before targetRev and applies all changesets up to
* the given revision.
*
* @param {Number} targetRev the wanted revision
* @param {Function} callback
*/
Pad.prototype.getInternalRevisionAText = function getInternalRevisionAText(targetRev, callback) {
var _this = this;