branch support-webpack updated (980de35 -> 9bc7691)
This is an automated email from the git hooks/post-receive script. New change to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git from 980de35 Remove deprecated code new 9bc7691 [EventFactory] - keyIdentifier does not exist anymore. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9bc76916aa9a53b0921099212ff37bc67ed1dbec Author: ttudor <ttudor@gmail.com> Date: Fri May 5 16:45:22 2017 +0200 [EventFactory] - keyIdentifier does not exist anymore. Summary of changes: package.json | 2 +- src/application/EventFactory.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.
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>.
participants (1)
-
scm