mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
AMDized
This commit is contained in:
parent
f01154d762
commit
07b85a1e34
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* "collapsibleset" plugin
|
||||
*/
|
||||
|
||||
(function( $, undefined ) {
|
||||
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.collapsible" ], function( $ ) {
|
||||
|
||||
$.widget( "mobile.collapsibleset", $.mobile.widget, {
|
||||
options: {
|
||||
|
|
@ -79,4 +79,4 @@ $( document ).bind( "pagecreate create", function( e ){
|
|||
$( $.mobile.collapsibleset.prototype.options.initSelector, e.target ).collapsibleset();
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue