mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 22:26:18 +02: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
@ -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
|
||||
// functionality that is designed specifically for TXT exports
|
||||
function getTXTFromAtext(pad, atext, authorColors)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user