2011-07-30 18:15:45 +02:00
|
|
|
# db/
|
|
|
|
`require("./db/Pad");`
|
2011-05-29 22:30:56 +02:00
|
|
|
|
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 17:05:42 +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
|
|
|
|