.listview gone, use .mobileListview instead?

.listview gone, use .mobileListview instead?

Hi,

is just tried to upgrade my application from JQM 1.2.0 to 1.3.0 and got an error that Listviews now don't have data-property "listview" anymore.

Do i understand right that this has been removed? I haven't found any documentation about this, that's why i'm asking.

ie. my code before did something like this: jQuery("#myListview").data("listview")

In 1.2.0 i can see that this data-property is set, in 1.3.0 this is gone, instead a mobileListview property exists.