This commit is contained in:
Ghislain Seguin 2011-11-17 16:59:15 -08:00 committed by scottjehl
parent f01154d762
commit 07b85a1e34

View file

@ -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 );
});