moved to :jqmData selector

This commit is contained in:
scottjehl 2011-03-26 10:12:16 -04:00
parent d59ba5a31a
commit f78e7b0a6a

View file

@ -741,7 +741,7 @@ jQuery.widget( "mobile.scrolllistview", jQuery.mobile.scrollview, {
// XXX: Note that we need to update this cache if we ever support lists
// that can dynamically update their content.
this._$dividers = this._$view.find("[data-"+ $.mobile.ns +"role=list-divider]");
this._$dividers = this._$view.find(":jqmData(role='list-divider')");
this._lastDivider = null;
},