* 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:
hns 2007-02-09 11:00:07 +00:00
parent da7bdcfba0
commit 486e9a5836
4 changed files with 130 additions and 119 deletions

View file

@ -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