Closed
Bug 527281
Opened 15 years ago
Closed 15 years ago
Typo in SettingsStore() makes settings basically unusable
Categories
(Mozilla Labs :: Jetpack Prototype, defect, P1)
Mozilla Labs
Jetpack Prototype
Tracking
(Not tracked)
RESOLVED
FIXED
0.7
People
(Reporter: adw, Assigned: adw)
Details
Attachments
(1 file)
830 bytes,
patch
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/labs/jetpack/rev/bea8531381a0 added a typeof() check in SettingsStore(), except it's written as type(). No such function is defined, and it looks like this basically makes settings unusable, although I haven't manually tested. The settings test fails, though, and that's how I noticed this.
I'm going to go ahead and push this patch. I think we should release a 0.6.1 ASAP.
Assignee | ||
Comment 1•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•