r9982 - apps/modules/trunk/helma

[email protected] Wed, 4 Nov 2009 12:13:12 +0100 (CET)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20091104111312.6808E3D0E2@mia>
Author: hannes
Date: 2009-11-04 12:13:12 +0100 (Wed, 04 Nov 2009)
New Revision: 9982

Modified:
   apps/modules/trunk/helma/Html.js
Log:
Add Array module repository. Fixes bug #687
http://dev.helma.org/bugs/show_bug.cgi?id=687

Details at http://dev.helma.org/trac/helma/changeset/9982

Modified: apps/modules/trunk/helma/Html.js
===================================================================
--- apps/modules/trunk/helma/Html.js	2009-11-04 11:01:58 UTC (rev 9981)
+++ apps/modules/trunk/helma/Html.js	2009-11-04 11:13:12 UTC (rev 9982)
@@ -26,6 +26,7 @@
 // take care of any dependencies
 app.addRepository('modules/core/String.js');
 app.addRepository('modules/core/Object.js');
+app.addRepository('modules/core/Array.js');
 
 /**
  * Define the global namespace if not existing