Closed
Bug 489053
Opened 16 years ago
Closed 16 years ago
"__id" variable not defined
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matt, Assigned: rginda)
References
()
Details
ChatZilla 0.9.84-2009032312 [Firefox 3.6a1pre/20090418030842]
The sample ChatZilla plugin linked to by the FAQ makes several references to the variable "__id", but the extension doesn't define it, leading to this sort of error when I try to load the smaple:
ReferenceError: __id is not defined @ <chrome://chatzilla/content/static.js -> file:///usr/home/matt/temp/init.js> 178
Comment 1•16 years ago
|
||
Fixed. These were the two lines in enable/disablePlugin, and s/__id/plugin.id/ should fix it. That's what I did, anyway. Cheers!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•6 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•