Ticket #236 (closed task: fixed)
Error in Safari while using dojo.require
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Core | Version: | 0.4 |
| Severity: | critical | Keywords: | safari typeerror dojo.require |
| Cc: |
Description
If functions are declared like this and loaded via dojo.require then they work fine in FireFox?, but not Safari :
function functionname() {
dojo.debug("Test says hello!");
}
Safari gives this error :
TypeError? - Object (result of expression functionname) does not allow calls.
The 3 other ways of declaring functions that I have tried, all seem to work in Safari under these circumstances.
Change History
Note: See
TracTickets for help on using
tickets.