* added String.NULL as constant containing the empty string ""
* added global- and HopObject-related macros to core
This commit is contained in:
parent
50d4eb0d93
commit
7860cbdde2
4 changed files with 212 additions and 17 deletions
|
@ -10,8 +10,8 @@
|
|||
*
|
||||
* $RCSfile: all.js,v $
|
||||
* $Author: czv $
|
||||
* $Revision: 1.3 $
|
||||
* $Date: 2006/04/24 08:27:00 $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2006/05/30 18:34:31 $
|
||||
*/
|
||||
|
||||
// convenience SingleFileRepository to load all the
|
||||
|
@ -22,3 +22,5 @@ app.addRepository('modules/core/Date.js');
|
|||
app.addRepository('modules/core/Number.js');
|
||||
app.addRepository('modules/core/Object.js');
|
||||
app.addRepository('modules/core/String.js');
|
||||
app.addRepository('modules/core/HopObject.js');
|
||||
app.addRepository('modules/core/Global.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue