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

Commit

Permalink
Page: Needs to depend on core because it uses things from the $.mobil…
Browse files Browse the repository at this point in the history
…e namespace (such as getInheritedTheme and pageContainer)
  • Loading branch information
Gabriel Schulhof committed Jan 4, 2013
1 parent 08e2919 commit 63b5ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//>>label: Page Creation
//>>group: Core

define( [ "jquery", "../jquery.mobile.widget" ], function( $ ) {
define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core" ], function( $ ) {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {

Expand Down

0 comments on commit 63b5ed9

Please sign in to comment.