Way can be reasonably assumed to not be oneway. #2220

This commit is contained in:
Bryan Housel
2014-05-19 10:58:35 -04:00
parent 173d379316
commit e07104f761
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -569,12 +569,12 @@
},
"oneway": {
"key": "oneway",
"type": "check",
"type": "defaultcheck",
"label": "One Way"
},
"oneway_yes": {
"key": "oneway",
"type": "check",
"type": "defaultcheck",
"default": "yes",
"label": "One Way"
},
+2 -2
View File
@@ -1,5 +1,5 @@
{
"key": "oneway",
"type": "check",
"type": "defaultcheck",
"label": "One Way"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "oneway",
"type": "check",
"type": "defaultcheck",
"default": "yes",
"label": "One Way"
}