added explanations regarding the usage of these optional repositories and added docs for helma.Image
This commit is contained in:
parent
c17e1df282
commit
e4d04f1db0
25 changed files with 146 additions and 6 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue