From 3a65f9869e2e9eccae4b28f0640920f7265cb035 Mon Sep 17 00:00:00 2001 From: Markus Koivisto Date: Thu, 8 Jan 2015 16:15:35 +0200 Subject: Removed apostrophe typo in VToolTip.Java (#15533) Changed "it's" to possesive "its". Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac --- client/src/com/vaadin/client/VTooltip.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/com/vaadin/client/VTooltip.java b/client/src/com/vaadin/client/VTooltip.java index 47a1b71228..453563370c 100644 --- a/client/src/com/vaadin/client/VTooltip.java +++ b/client/src/com/vaadin/client/VTooltip.java @@ -134,11 +134,11 @@ public class VTooltip extends VOverlay { description.setInnerHTML(info.getTitle()); /* * Issue #11871: to correctly update the offsetWidth of description - * element we need to clear style width of it's parent DIV from old + * element we need to clear style width of its parent DIV from old * value (in some strange cases this width=[tooltip MAX_WIDTH] after * tooltip text has been already updated to new shortly value: * - *
This is a short tooltip
-- cgit v1.2.3