* Add new Filters.js module contributed by Michael Platzer

* Add Filters.js and JSON.js to all.js
This commit is contained in:
hns 2007-04-17 13:43:59 +00:00
parent ab188b2a70
commit 72feb3356a
2 changed files with 211 additions and 3 deletions

View file

@ -9,9 +9,9 @@
* Copyright 1998-2006 Helma Software. All Rights Reserved.
*
* $RCSfile: all.js,v $
* $Author: czv $
* $Revision: 1.4 $
* $Date: 2006/05/30 18:34:31 $
* $Author: tobi $
* $Revision: 1.5 $
* $Date: 2006/08/06 11:27:56 $
*/
// convenience SingleFileRepository to load all the
@ -24,3 +24,5 @@ app.addRepository('modules/core/Object.js');
app.addRepository('modules/core/String.js');
app.addRepository('modules/core/HopObject.js');
app.addRepository('modules/core/Global.js');
app.addRepository('modules/core/JSON.js');
app.addRepository('modules/core/Filters.js');