mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
first-commit
This commit is contained in:
commit
325c322a27
207 changed files with 35989 additions and 0 deletions
24
doc/jsdoc-toolkit/app/test/addon.js
Normal file
24
doc/jsdoc-toolkit/app/test/addon.js
Normal file
|
@ -0,0 +1,24 @@
|
|||
String.prototype.reverse = function() {
|
||||
}
|
||||
|
||||
String.prototype.reverse.utf8 = function() {
|
||||
}
|
||||
|
||||
Function.count = function() {
|
||||
}
|
||||
|
||||
/** @memberOf Function */
|
||||
Function.count.reset = function() {
|
||||
}
|
||||
|
||||
/** @memberOf Function */
|
||||
count.getValue = function() {
|
||||
}
|
||||
|
||||
/** @memberOf Function.prototype */
|
||||
getSig = function() {
|
||||
}
|
||||
|
||||
/** @memberOf Function.prototype */
|
||||
Function.prototype.getProps = function() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue