darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

OuterWidth and OuterHeight return object #193

Closed blpraveen closed 9 years ago

blpraveen commented 9 years ago

Please check this link http://bugs.jquery.com/ticket/12491. Having this issue when using jquery 1.9.1.

By making following changes it seems to work as expected. var itemSize = $itemo.horizontal ? 'outerWidth' : 'outerHeight';

darsain commented 9 years ago

I'm having trouble understanding what is the issue. What's happening? Can you please replicate on jsfiddle or a similar service?