Opened 13 years ago
Closed 13 years ago
#9124 closed defect (fixed)
dojox.analytics.Urchin don't work at markup style
Reported by: | sayuri | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Urchin don't work at markup style.
<div dojoType="dojox.analytics.Urchin" jsId="ga" acct="UA-12345-67"> </div>
Because acct property is not string but object. So evaled the value "UA-12345-67", then error occured, like "UA is not defined".
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | changed from Adam Peller to dante |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
interesting. It seems to work in markup if you have a djConfig.urchin = "" member (which is a string). but I certainly see the error when omitting the djConfig. Will fix.