openspending-archive / openspendingjs

OpenSpending js library and mini-apps including visualizations
http://community.openspending.org/
Apache License 2.0
35 stars 25 forks source link

Treemap uses deprecated jQuery.browser call #25

Closed vitorbaptista closed 11 years ago

vitorbaptista commented 11 years ago

This way of detecting IE is deprecated since JQuery 1.3, and removed in 1.9 (http://api.jquery.com/jQuery.browser/). The way to go now is using feature detection.