alexgorbatchev/jquery-textext

outerHeight and outerWidth need to be updated

skartknet opened this issue · 0 comments

outerHeight and outerWidth have changed the way they are used from jQuery 1.8. The current calls return an Object instead the real value. All calls to this methods should be:

outerHeight(false)
outerWidth(false)