etherpad-lite/doc/jsdoc/Models/Pad.md

13 lines
250 B
Markdown
Raw Normal View History

2011-05-30 16:53:11 +02:00
# Mod
2011-05-29 22:30:56 +02:00
`require("./Models/Pad");`
2011-05-30 16:53:11 +02:00
The pad object, defined with joose
2011-05-29 22:30:56 +02:00
2011-05-30 16:53:11 +02:00
## Functions
2011-05-29 22:30:56 +02:00
2011-05-30 16:53:11 +02:00
### cleanText (txt)
Copied from the Etherpad source code. It converts Windows line breaks to Unix line breaks and convert Tabs to spaces
2011-05-29 22:30:56 +02:00
2011-05-30 16:53:11 +02:00
* **txt** *No description*
2011-05-29 22:30:56 +02:00