mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
13 lines
256 B
Markdown
13 lines
256 B
Markdown
# Mod
|
|
`require("./Models/Pad");`
|
|
|
|
The pad object, defined with joose
|
|
|
|
## Functions
|
|
|
|
- - -
|
|
### cleanText (txt)
|
|
Copied from the Etherpad source code. It converts Windows line breaks to Unix line breaks and convert Tabs to spaces
|
|
|
|
* **txt** *No description*
|
|
|