add more documentation tooltip.show

This commit is contained in:
j 2012-05-29 11:18:36 +02:00
parent 266a0fa9df
commit a0646c54d3

View file

@ -57,6 +57,7 @@ Ox.Tooltip = function(options, self) {
/*@ /*@
show <f> show tooltip show <f> show tooltip
(x, y) -> <o> show tooltip at x,y (x, y) -> <o> show tooltip at x,y
(event) -> <o> show tooltip at event.clientX/clientY
@*/ @*/
that.show = function(x, y) { that.show = function(x, y) {
var last = Ox.last(arguments), var last = Ox.last(arguments),