From a0646c54d37f77aaceedc92bca06b0114506f569 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 29 May 2012 11:18:36 +0200 Subject: [PATCH] add more documentation tooltip.show --- source/Ox.UI/js/Window/Tooltip.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Window/Tooltip.js b/source/Ox.UI/js/Window/Tooltip.js index dcb2e457..1979f9ff 100644 --- a/source/Ox.UI/js/Window/Tooltip.js +++ b/source/Ox.UI/js/Window/Tooltip.js @@ -57,6 +57,7 @@ Ox.Tooltip = function(options, self) { /*@ show show tooltip (x, y) -> show tooltip at x,y + (event) -> show tooltip at event.clientX/clientY @*/ that.show = function(x, y) { var last = Ox.last(arguments),