This is an automated email from the git hooks/post-receive script. New commit to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 3a312effea76a58b48316e19a8be1d0d238509fb Author: jcouteau <couteau@codelutin.com> Date: Wed Dec 26 11:32:04 2018 +0100 Fix typo --- pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html index 6bb928d9..e8df5010 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html @@ -70,8 +70,8 @@ }; /*********************************** - ** Desktop Drage & Drop - *************************************/ + ** Desktop Drag & Drop + ************************************/ this.startDesktop = event => { this.startPosition(event.clientX, event.clientY); @@ -96,8 +96,8 @@ }; /*********************************** - ** Mobil Drage & Drop - *************************************/ + ** Mobil Drag & Drop + ************************************/ this.startModbil = event => { let touch = event.changedTouches[0]; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.