Ticket #70 (closed defect: fixed)
Wrong use of jala.dir in code/Form.js
| Reported by: | pm@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Release 1.3 |
| Keywords: | Cc: |
Description
on line 47 in code/Form.js you use
app.addRepository(getProperty(jala.dir, "modules/jala") + "/code/I18n.js");
But jala.dir should be with quotes
app.addRepository(getProperty("jala.dir", "modules/jala") + "/code/I18n.js");
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/jala/chrome/common/trac_banner.png)