loleaflet/src/control/Control.Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfe5d84773202cd4944370c11fb79702945be731 Author: Pranav Kant <pran...@collabora.co.uk> Date: Tue Dec 6 13:19:44 2016 +0530 loleaflet: Missing semi-colon Change-Id: I216dd1caa9bfba33b5538e149aeddfb7159ccbbd Reviewed-on: https://gerrit.libreoffice.org/35362 Reviewed-by: pranavk <pran...@collabora.co.uk> Tested-by: pranavk <pran...@collabora.co.uk> diff --git a/loleaflet/src/control/Control.Header.js b/loleaflet/src/control/Control.Header.js index 7c331489..7a6c42b1 100644 --- a/loleaflet/src/control/Control.Header.js +++ b/loleaflet/src/control/Control.Header.js @@ -104,7 +104,7 @@ L.Control.Header = L.Control.extend({ L.DomUtil.disableTextSelection(); L.DomEvent.stopPropagation(e); - L.DomEvent.on(document, 'mousemove', this._onMouseMove, this) + L.DomEvent.on(document, 'mousemove', this._onMouseMove, this); L.DomEvent.on(document, 'mouseup', this._onMouseUp, this); var rect = target.parentNode.getBoundingClientRect(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits