Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 36a9898

Browse files
author
Gabriel Schulhof
committed
Listview: Remove dependency on page
(cherry picked from commit 035d302) Closes gh-7495 Fixes gh-7493
1 parent 8086d00 commit 36a9898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/listview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//>>css.structure: ../css/structure/jquery.mobile.listview.css
66
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css
77

8-
define( [ "jquery", "../jquery.mobile.widget", "./page", "./addFirstLastClasses" ], function( jQuery ) {
8+
define( [ "jquery", "../jquery.mobile.widget", "./addFirstLastClasses" ], function( jQuery ) {
99
//>>excludeEnd("jqmBuildExclude");
1010
(function( $, undefined ) {
1111

0 commit comments

Comments
 (0)