From 4c213369824383b60f95ee5b0761624c8b4be814 Mon Sep 17 00:00:00 2001 From: "miherlosev@mail.ru" Date: Thu, 26 Apr 2018 15:17:44 +0300 Subject: [PATCH] remark --- src/client/sandbox/event/simulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/sandbox/event/simulator.js b/src/client/sandbox/event/simulator.js index f571e90b3..8303647d0 100644 --- a/src/client/sandbox/event/simulator.js +++ b/src/client/sandbox/event/simulator.js @@ -406,7 +406,7 @@ export default class EventSimulator { let defaultPrevented = false; let returnValue = true; - // NOTE: the dispatchEvent method does not return false in the case when 'preventDefault' method + // NOTE: the dispatchEvent method does not return false in the case when preventDefault method // was called for events that were created with the KeyboardEvent constructor if (this.browserWithNewEventsStyle) { ev.preventDefault = function () {