add more documentation tooltip.show
This commit is contained in:
parent
266a0fa9df
commit
a0646c54d3
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ Ox.Tooltip = function(options, self) {
|
|||
/*@
|
||||
show <f> show tooltip
|
||||
(x, y) -> <o> show tooltip at x,y
|
||||
(event) -> <o> show tooltip at event.clientX/clientY
|
||||
@*/
|
||||
that.show = function(x, y) {
|
||||
var last = Ox.last(arguments),
|
||||
|
|
Loading…
Reference in a new issue