This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit b2b9ed48fb1bdf86d8c563c9e20652c3de70da5a Author: jcouteau <couteau@codelutin.com> Date: Fri Sep 7 16:52:08 2018 +0200 Fix typos --- pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html index 0dd56b94..e331da8f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html @@ -86,7 +86,7 @@ return Array.isArray(this.refs.choicesDrag) ? this.refs.choicesDrag : ( this.refs.choicesDrag ? [this.refs.choicesDrag] : [] ); - } + }; this.placeChoices = noAnim => { if (!this.refs.choicesDrag) { diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html index 7a65d2d3..77069933 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html @@ -151,7 +151,7 @@ return Array.isArray(this.refs.choices) ? this.refs.choices : ( this.refs.choices ? [this.refs.choices] : [] ); - } + }; this.placeChoices = noAnim => { if (!this.refs.choices) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.