2011-07-30 18:15:45 +02:00
|
|
|
# db/PadMana
|
|
|
|
`require("./db/PadManager");`
|
2011-05-29 22:30:56 +02:00
|
|
|
|
2011-05-30 16:53:11 +02:00
|
|
|
The Pad Manager is a Factory for pad Objects
|
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
|
|
|
### getPad (id, callback)
|
|
|
|
A Array with all known Pads
|
2011-05-29 22:30:56 +02:00
|
|
|
|
|
|
|
* **id** A String with the id of the pad
|
2011-05-30 16:53:11 +02:00
|
|
|
* **callback** *(Function)* *No description*
|
2011-05-29 22:30:56 +02:00
|
|
|
|