Add platform.SpeechGrammar to platform object
This commit is contained in:
parent
bf19096239
commit
562ba9ebb7
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ utils.platform = (function () {
|
|||
|
||||
platform.SpeechRecognition = platformName(['SpeechRecognition', 'webkitSpeechRecognition'])
|
||||
platform.SpeechGrammarList = platformName(['SpeechGrammarList', 'webkitSpeechGrammarList'])
|
||||
platform.SpeechGrammar = platformName(['SpeechGrammar'])
|
||||
|
||||
/*
|
||||
function findWebGLContextName (candidates) {
|
||||
|
|
Loading…
Reference in a new issue