Add Array module repository. Fixes bug #687
http://dev.helma.org/bugs/show_bug.cgi?id=687
This commit is contained in:
parent
98aff5cd1a
commit
e2a5a82758
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
// take care of any dependencies
|
// take care of any dependencies
|
||||||
app.addRepository('modules/core/String.js');
|
app.addRepository('modules/core/String.js');
|
||||||
app.addRepository('modules/core/Object.js');
|
app.addRepository('modules/core/Object.js');
|
||||||
|
app.addRepository('modules/core/Array.js');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define the global namespace if not existing
|
* Define the global namespace if not existing
|
||||||
|
|
Loading…
Add table
Reference in a new issue