Skip to content

Commit

Permalink
Merge 7a4601d into 84497bb
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMayer committed Oct 27, 2019
2 parents 84497bb + 7a4601d commit 181bd8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions source/class/cv/plugins/Speech.js
Original file line number Diff line number Diff line change
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
1 change: 0 additions & 1 deletion source/resource/visu_config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@

<xsd:attribute name="target" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>level:expert</xsd:appinfo>
<xsd:documentation xml:lang="en">The name of the page, that should be called.</xsd:documentation>
<xsd:documentation xml:lang="de">Der Name der Seite, die aufgerufen werden soll.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 181bd8f

Please sign in to comment.