diff --git a/nightly/modules/sound.js b/nightly/modules/sound.js new file mode 100644 index 00000000..d1df07df --- /dev/null +++ b/nightly/modules/sound.js @@ -0,0 +1,8 @@ +'use strict'; + +//Experimental + +app.module.sound = { + play: function (element) { + } +} \ No newline at end of file diff --git a/nightly/plugins/responsivevoice.js b/nightly/plugins/responsivevoice.js index 841efc65..bd015446 100644 --- a/nightly/plugins/responsivevoice.js +++ b/nightly/plugins/responsivevoice.js @@ -15,6 +15,7 @@ app.plugin.responsivevoice = { speak: function (object) { var value = object.exec.value + responsiveVoice.cancel() responsiveVoice.speak(value, 'Arabic Male') } } \ No newline at end of file