This is an automated email from the git hooks/post-receive script. New commit to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git commit 9bc76916aa9a53b0921099212ff37bc67ed1dbec Author: ttudor <ttudor@gmail.com> Date: Fri May 5 16:45:22 2017 +0200 [EventFactory] - keyIdentifier does not exist anymore. --- package.json | 2 +- src/application/EventFactory.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1872cf2..c74f05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oipf-stub", - "version": "1.0.0", + "version": "1.0.1", "description": "OIPF and HbbTV stub implementation", "main": "./src/OipfStubContext.js", "scripts": { diff --git a/src/application/EventFactory.js b/src/application/EventFactory.js index 8588326..ec5949e 100644 --- a/src/application/EventFactory.js +++ b/src/application/EventFactory.js @@ -52,8 +52,8 @@ module.exports = function() { value: event.keyCode }); - Object.defineProperty(keyEvent, "keyIdentifier", { - value: event.keyIdentifier + Object.defineProperty(keyEvent, "key", { + value: event.key }); Object.defineProperty(keyEvent, "which", { -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.