Closed
Bug 1626487
Opened 5 years ago
Closed 5 years ago
Fix a few JsonSchemaValidator.jsm comment typos
Categories
(Toolkit :: General, defect, P1)
Toolkit
General
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
Attachments
(1 file)
I renamed a few JsonSchemaValidator params while working on bug 1616752 but didn't update their names in code comments.
allowObjectExplicitUndefinedProperties
->allowExplicitUndefinedProperties
allowObjectNullAsUndefinedProperties
->allowNullAsUndefinedProperties
allowObjectExtraProperties
->allowExtraProperties
Assignee | ||
Updated•5 years ago
|
Summary: Fix a couple of JsonSchemaValidator.jsm comment typos → Fix a few JsonSchemaValidator.jsm comment typos
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0812ae9d592c
Fix a few JsonSchemaValidator.jsm comment typos. r=mak
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•