mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
moved to :jqmData selector
This commit is contained in:
parent
d59ba5a31a
commit
f78e7b0a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue