Closed (fixed)
Project:
DART
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 18:28 UTC
Updated:
23 Sep 2010 at 03:40 UTC
Jump to comment: Most recent file
A default tile variable needs to be declared within dart.js to stop this from happening, ie:
line 7: tile=1;
otherwise, the following error occurs within firefox:
tile is not defined:
(line 36) kvp += useEval ? eval(val) : val;
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | DART-tile.patch | 972 bytes | bleen |
Comments
Comment #1
bleen commentedpixeldrew ... are you checking off "tile" under global key|value pairs under admin/build/adtag/settings or are you adding
tile|tile++|eval to the key|val pairs textarea?
Give me a bit more detail about what you are doing and I'll take a look at whats going on...
Comment #2
bleen commentedNevermind .. I see what was happening.
The real issue turned out to be that I was defining tile as druapl.DART.tile=0 but I was iterating on plain ol' tile
Committing this patch to HEAD now