]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed apostrophe typo in VToolTip.Java (#15533)
authorMarkus Koivisto <markus@vaadin.com>
Thu, 8 Jan 2015 14:15:35 +0000 (16:15 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 9 Jan 2015 15:55:44 +0000 (15:55 +0000)
Changed "it's" to possesive "its".

Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac

client/src/com/vaadin/client/VTooltip.java

index 47a1b71228c8e97c2dea881f7ab2059a91a55d83..453563370ce0bd664182c6d748193ae00ce190c8 100644 (file)
@@ -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:
              * 
-             * <div class="popupContent"> <div style="width: 500px;"> <div
+             * <div class="popupContent"> <div style="width:500px;"> <div
              * class="v-errormessage" aria-hidden="true" style="display: none;">
              * <div class="gwt-HTML"> </div> </div> <div
              * class="v-tooltip-text">This is a short tooltip</div> </div>