#118 closed defect (fixed)
package system is throwing error warnings
Reported by: | dylan | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
DEBUG: failed loading /dojo/src/lang/package.js with error: [SyntaxError: syntax error, file: http://foo.com/dojo/dojo.js, line: 87]
line 87 for me is: return dj_global.eval?dj_global.eval(s):eval(s);
Note: See
TracTickets for help on using
tickets.
P.S. these are warnings you get when you load up the package file itself... everything seems to work, but it seems to be trying to load files when it shouldn't be.