mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-19 03:27:50 -04:00
initial commit for GitHub
This commit is contained in:
commit
2e423d9517
155 changed files with 31749 additions and 0 deletions
42
jsdoc_toolkit-2.3.3-beta/app/test/shared.js
Normal file
42
jsdoc_toolkit-2.3.3-beta/app/test/shared.js
Normal file
|
@ -0,0 +1,42 @@
|
|||
|
||||
/**
|
||||
* Builtin object.
|
||||
* @class
|
||||
* @name Array
|
||||
*/
|
||||
|
||||
/**#@+
|
||||
* Extension to builtin array.
|
||||
* @memberOf Array
|
||||
* @method
|
||||
*/
|
||||
|
||||
/**
|
||||
* @returns Boolen if some array members...
|
||||
*/
|
||||
Array.prototype.some = function(){};
|
||||
|
||||
/**
|
||||
* Change every element of an array.
|
||||
* @returns Filtered array copy.
|
||||
*/
|
||||
Array.prototype.filter = function(){};
|
||||
|
||||
/**#@-*/
|
||||
|
||||
|
||||
/**
|
||||
* A first in, first out data structure.
|
||||
* @constructor
|
||||
*/
|
||||
Queue = function(){};
|
||||
|
||||
/**#@+
|
||||
* Extension to Queue.
|
||||
* @memberOf Queue
|
||||
*/
|
||||
|
||||
rewind = function(){
|
||||
}
|
||||
|
||||
// should close automatically here.
|
Loading…
Add table
Add a link
Reference in a new issue