urin/jquery.balloon.js

tipPosition is not defined

yakkoroma opened this issue · 1 comments

row 155: ["set" + m.camel.pos.c1](balloon.inner[m.size.c] / tipPosition - len)

i think it should be:
["set" + m.camel.pos.c1](balloon.inner[m.size.c] / options.tipPosition - len)

tipPosition was never defined before, it come out in an error.
At least on Chrome/Linux

urin commented

Thank you so much!