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

Commit 63b5ed9

Browse files
author
Gabriel Schulhof
committed
Page: Needs to depend on core because it uses things from the $.mobile namespace (such as getInheritedTheme and pageContainer)
1 parent 08e2919 commit 63b5ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//>>label: Page Creation
44
//>>group: Core
55

6-
define( [ "jquery", "../jquery.mobile.widget" ], function( $ ) {
6+
define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core" ], function( $ ) {
77
//>>excludeEnd("jqmBuildExclude");
88
(function( $, undefined ) {
99

0 commit comments

Comments
 (0)