mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
getInternalRevisionAText docs
This commit is contained in:
parent
d7854edeb2
commit
86af7c7f1b
1 changed files with 7 additions and 0 deletions
|
@ -161,6 +161,13 @@ Pad.prototype.getAllAuthors = function getAllAuthors() {
|
||||||
return authors;
|
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) {
|
Pad.prototype.getInternalRevisionAText = function getInternalRevisionAText(targetRev, callback) {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue