Removed unused function

This commit is contained in:
Quincy Morgan
2018-12-13 17:29:59 -08:00
parent a4b2924e4e
commit a61cdc8208

View File

@@ -219,11 +219,6 @@ export function uiField(context, presetField, entity, options) {
};
field.hasValue = function() {
return _some(field.keys, function(key) { return !!_tags[key]; });
};
field.show = function() {
_show = true;
if (!field.impl) {