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

Commit

Permalink
Listview: Remove dependency on page
Browse files Browse the repository at this point in the history
Closes gh-7495
Fixes gh-7493
  • Loading branch information
Gabriel Schulhof committed Jul 31, 2014
1 parent 9a060c1 commit 035d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/listview.js
Expand Up @@ -5,7 +5,7 @@
//>>css.structure: ../css/structure/jquery.mobile.listview.css
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css

define( [ "jquery", "../widget", "./page", "./addFirstLastClasses" ], function( jQuery ) {
define( [ "jquery", "../widget", "./addFirstLastClasses" ], function( jQuery ) {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {

Expand Down

0 comments on commit 035d302

Please sign in to comment.