mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
ExportTxt.js: getPadTXT() does not need to be exported
This function is used only inside this module, and does not belong to its external interface.
This commit is contained in:
parent
169a06793d
commit
46fdeb8dc4
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ function getPadTXT(pad, revNum, callback)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getPadTXT = getPadTXT;
|
|
||||||
|
|
||||||
|
|
||||||
// This is different than the functionality provided in ExportHtml as it provides formatting
|
// This is different than the functionality provided in ExportHtml as it provides formatting
|
||||||
// functionality that is designed specifically for TXT exports
|
// functionality that is designed specifically for TXT exports
|
||||||
function getTXTFromAtext(pad, atext, authorColors)
|
function getTXTFromAtext(pad, atext, authorColors)
|
||||||
|
|
Loading…
Reference in a new issue