Ticket #70 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

Changed 6 years ago by robert

  • status changed from new to closed
  • resolution set to fixed

Thanks for the hint, it's now fixed in trunk ([284])

Note: See TracTickets for help on using tickets.