Skip to content

Commit

Permalink
Merge pull request #957 from peuter/fix-speech-plugin
Browse files Browse the repository at this point in the history
As the speech plugin in no DOM widget is has to set a flat to be init…
  • Loading branch information
ChristianMayer committed Oct 27, 2019
2 parents 2b48763 + 2b452ae commit d2e32d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/class/cv/plugins/Speech.js
Expand Up @@ -65,6 +65,7 @@ qx.Class.define('cv.plugins.Speech', {
******************************************************
*/
construct: function(props) {
this._initOnCreate = true;
this.base(arguments);
this.set(props);
this.__lastSpeech = {};
Expand Down

0 comments on commit d2e32d5

Please sign in to comment.