eliminate warning: 'context' is defined but never used

This commit is contained in:
Bryan Housel
2014-05-23 14:57:52 -04:00
parent 5fdbd6f9f4
commit 126f334c96
+1 -1
View File
@@ -1,5 +1,5 @@
iD.ui.preset.check =
iD.ui.preset.defaultcheck = function(field, context) {
iD.ui.preset.defaultcheck = function(field) {
var event = d3.dispatch('change'),
options = field.strings && field.strings.options,
values = [],