jQuery 2.0.0 compatibility
jQuery 2.0.0 is released and it looks like it is not compatible with jQuery mobile... I get error `Uncaught TypeError: Cannot read property 'options' of undefined` line 10313 of jqm 1.3.1.
The error seems to be about getting the theme for the panel. I have a panel like this in the html:
<div data-theme="a" data-role="panel" id="panel" data-animate="false"></div>
Hope jqm becomes compatible soon.