Documentation

This commit is contained in:
Peter 'Pita' Martischka 2011-05-30 15:53:11 +01:00
parent 88297a99ef
commit f7b46f6e69
22 changed files with 368 additions and 447 deletions

View file

@ -1,15 +1,12 @@
#Mod
# Mod
`require("./Models/Pad");`
Copied from the Etherpad source code, don't know what its good for
@param txt
The pad object, defined with joose
##Functions
## Functions
###cleanText (txt)
Copied from the Etherpad source code, don't know what its good for
### cleanText (txt)
Copied from the Etherpad source code. It converts Windows line breaks to Unix line breaks and convert Tabs to spaces
* **txt**
##Variables
* **txt** *No description*