* Add @fileoverview JSDoc comment
* Move static methods down to the bottom of the file to circumvent a strange bug that prevents documentation from being generated.
This commit is contained in:
parent
da7bdcfba0
commit
486e9a5836
4 changed files with 130 additions and 119 deletions
|
@ -10,10 +10,13 @@
|
|||
*
|
||||
* $RCSfile: Object.js,v $
|
||||
* $Author: czv $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2006/04/18 13:06:58 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2006/04/24 07:02:17 $
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Adds useful methods to the JavaScript Object type.
|
||||
*/
|
||||
|
||||
/**
|
||||
* copy the properties of an object into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue