From 562ba9ebb790d3e22147058559431644d568e560 Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Sat, 10 Jun 2017 05:52:22 +0200 Subject: [PATCH] Add platform.SpeechGrammar to platform object --- lib/utils/platform.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/platform.js b/lib/utils/platform.js index c0adaac..0f77f5c 100644 --- a/lib/utils/platform.js +++ b/lib/utils/platform.js @@ -68,6 +68,7 @@ utils.platform = (function () { platform.SpeechRecognition = platformName(['SpeechRecognition', 'webkitSpeechRecognition']) platform.SpeechGrammarList = platformName(['SpeechGrammarList', 'webkitSpeechGrammarList']) + platform.SpeechGrammar = platformName(['SpeechGrammar']) /* function findWebGLContextName (candidates) {