/**
* 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.
# |
Change |
User |
Description |
Committed |
|
#1
|
16445 |
christiane_renck |
Rename/move file(s) |
|
|
//guest/christiane_renck/MergeQuestJS/main/demos/JointJS/tools/jsdoc-toolkit/app/test/shared.js |
#1
|
16444 |
christiane_renck |
Adding MergeQuestJS to the Workshop. |
|
|