Standard camel case for defaultCheck field (not used anywhere)

This commit is contained in:
Bryan Housel
2017-03-03 10:26:47 -05:00
parent 014b580a44
commit 6a85e5483c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ The complete JSON schema for fields can be found in [`data/presets/schema/field.
**Checkboxes**
* `check` - 3-state checkbox: `yes`, `no`, unknown (no tag)
* `defaultcheck` - 2-state checkbox where checked produces `yes` and unchecked produces no tag
* `defaultCheck` - 2-state checkbox where checked produces `yes` and unchecked produces no tag
**Radio Buttons**
* `radio` - Multiple choice radio button field
+1 -1
View File
@@ -53,7 +53,7 @@
"check",
"combo",
"cycleway",
"defaultcheck",
"defaultCheck",
"email",
"lanes",
"localized",
+1 -1
View File
@@ -3,7 +3,7 @@ import { utilRebind } from '../../util/rebind';
import { t } from '../../util/locale';
import { osmOneWayTags } from '../../osm/index';
export { uiFieldCheck as uiFieldDefaultcheck };
export { uiFieldCheck as uiFieldDefaultCheck };
export function uiFieldCheck(field) {
+2 -2
View File
@@ -14,7 +14,7 @@ export * from './wikipedia';
import {
uiFieldCheck,
uiFieldDefaultcheck
uiFieldDefaultCheck
} from './check';
import {
@@ -47,7 +47,7 @@ export var uiFields = {
access: uiFieldAccess,
address: uiFieldAddress,
check: uiFieldCheck,
defaultcheck: uiFieldDefaultcheck,
defaultCheck: uiFieldDefaultCheck,
combo: uiFieldCombo,
typeCombo: uiFieldTypeCombo,
multiCombo: uiFieldMultiCombo,