Skip to content

Commit c4df922

Browse files
author
scottjehl
committed
required core and now unit tests are passing again
1 parent 8e9ad05 commit c4df922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.fixedToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Behavior for "fixed" headers and footers
33
//>>label: Fixedtoolbar
44

5-
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.navigation", "jquery.mobile.page", "jquery.mobile.page.sections" ], function( $ ) {
5+
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.core", "jquery.mobile.navigation", "jquery.mobile.page", "jquery.mobile.page.sections" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

0 commit comments

Comments
 (0)