added explanations regarding the usage of these optional repositories and added docs for helma.Image

This commit is contained in:
zumbrunn 2007-12-13 12:21:48 +00:00
parent c17e1df282
commit e4d04f1db0
25 changed files with 146 additions and 6 deletions

View file

@ -14,6 +14,12 @@
* $Date$
*/
/**
* @fileoverview Adds useful methods to Helma's built-in HopObject prototype.
* <br /><br />
* To use this optional module, its repository needs to be added to the
* application, for example by calling app.addRepository('modules/core/HopObject.js')
*/
app.addRepository("modules/core/Number.js");
app.addRepository("modules/core/String.js");