Side navigation
#14307 closed bug (notabug)
Opened August 27, 2013 01:35AM UTC
Closed August 27, 2013 01:42AM UTC
jQuery 2.0.3 fails to load in PrinceXML 9.0 rev 2
Reported by: | jquery@maxvt.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery seems to assume JSON.parse exists, which does not seem to be the case with Prince.
Commenting out the below line makes jQuery usable.
502 /* [mt] parseJSON: JSON.parse, */
Attachments (0)
Change History (1)
Changed August 27, 2013 01:42AM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
You'd need to either shim it or use jQuery 1.x. PrinceXML isn't an environment we claim to support or test.