gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Adding test for document.namespaces for IE10 #18

Closed jonathansampson closed 12 years ago

jonathansampson commented 12 years ago

Assuming the existence of document.namespaces in IE10 breaks Sparklines and prevents further rendering. Adding a test for the collection prior to attempting a call against it resolves this issue.

jonathansampson commented 12 years ago

Ah. Please excuse me while I work out some issues with this commit. For some reason the diff came up as an entire document change rather than the small modification alone.