[jQuery] missing leftOffset, topOffset in cluetip

[jQuery] missing leftOffset, topOffset in cluetip


Earlier on I tried offsetting the topBottom positioned tip with the
topOffset parameter, this had no effect, but I just left it out,
achiving a rather variable positioning using margin in css.
Today I was trying to fix another bug when I noticed that both the
leftOffset and the topOffset are missing completely.
---------------
from the API:
---------------
var defaults = {
(...)
topOffset: 15, // Number of px (...)
leftOffset: 15, // Number of px (...)
---------------
have I just misunderstood or is this not supposed to be like this?
- John Sverre Solem