updated to use new data method

This commit is contained in:
scottjehl 2011-03-26 16:32:16 -04:00
parent 0ebab16a9a
commit fe3d0b537b

View file

@ -254,7 +254,7 @@ jQuery.widget( "mobile.scrollview", jQuery.mobile.widget, {
{
var svh = [];
this._$clip.parents(".ui-scrollview-clip").each(function(){
var d = $(this).data("scrollview");
var d = $(this).jqmData("scrollview");
if (d) svh.unshift(d);
});
return svh;