Closed
Bug 829009
Opened 13 years ago
Closed 13 years ago
Change env.review_tags to be an array instead of a comma-delineated string
Categories
(developer.mozilla.org Graveyard :: KumaScript, defect, P1)
developer.mozilla.org Graveyard
KumaScript
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sheppy, Unassigned)
Details
This was made a string like this to be consistent with the env.tags field, which shouldn't be a string either (I'm about to file a bug for that too).
Comment 1•13 years ago
|
||
This is an array; the Array.toString() method joins them by comma, which is why you believe it's a string.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•