initial commit for GitHub
This commit is contained in:
24
jsdoc_toolkit-2.3.3-beta/app/test/addon.js
Normal file
24
jsdoc_toolkit-2.3.3-beta/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() {
|
||||
}
|
||||
Reference in New Issue
Block a user