Remove excessive chars in U2F_GET_API_VERSION_RESPONSE

This commit is contained in:
Martin Gross
2019-07-08 13:39:12 +02:00
parent f6a4c5271e
commit 42af8b1602

View File

@@ -48,7 +48,7 @@ var build_u2f_object = function () {
'U2F_SIGN_REQUEST': 'u2f_sign_request',
'U2F_SIGN_RESPONSE': 'u2f_sign_response',
'U2F_GET_API_VERSION_REQUEST': 'u2f_get_api_version_request',
'ndowsU2F_GET_API_VERSION_RESPONSE': 'u2f_get_api_version_response'
'U2F_GET_API_VERSION_RESPONSE': 'u2f_get_api_version_response'
};