Skip to content

Commit 91cffd3

Browse files
author
scottjehl
committed
added the AMD enclosure
1 parent 4356e57 commit 91cffd3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

js/jquery.mobile.fixedToolbar.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/*
2-
* "fixedtoolbar" plugin - behavior for "fixed" headers and footers
3-
*/
1+
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
2+
//>>description: Behavior for "fixed" headers and footers
3+
//>>label: Fixedtoolbar
44

5+
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.navigation", "jquery.mobile.page", "jquery.mobile.page.sections" ], function( $ ) {
6+
//>>excludeEnd("jqmBuildExclude");
57
(function( $, undefined ) {
68

9+
710
$.widget( "mobile.fixedtoolbar", $.mobile.widget, {
811
options: {
912
visibleOnPageShow: true,
@@ -262,4 +265,7 @@
262265
$( $.mobile.fixedtoolbar.prototype.options.initSelector, e.target ).fixedtoolbar();
263266
});
264267

265-
})( jQuery );
268+
})( jQuery );
269+
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
270+
});
271+
//>>excludeEnd("jqmBuildExclude");

0 commit comments

Comments
 (0)