mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
e6dbcd9f30
commit
12d5aed283
4
demos/bootstrap.js
vendored
4
demos/bootstrap.js
vendored
@ -24,7 +24,9 @@ var effectsAll = [
|
||||
"effect-size",
|
||||
"effect-slide"
|
||||
];
|
||||
var widgets = [];
|
||||
var widgets = [
|
||||
"accordion"
|
||||
];
|
||||
|
||||
function getPath( module ) {
|
||||
for ( var i = 0; i < widgets.length; i++ ) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
define( [
|
||||
"lib/common",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( common ) {
|
||||
|
||||
common.testWidget( "accordion", {
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
var setupTeardown = testHelper.setupTeardown,
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
var setupTeardown = testHelper.setupTeardown,
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"lib/helper",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( $, helper ) {
|
||||
|
||||
return $.extend( helper, {
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
var equalHeight = testHelper.equalHeight,
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/accordion"
|
||||
"ui/widgets/accordion"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
var equalHeight = testHelper.equalHeight,
|
||||
|
@ -22,11 +22,10 @@
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [
|
||||
"jquery",
|
||||
"./version",
|
||||
"./version",
|
||||
"./keycode",
|
||||
"./unique-id",
|
||||
"./widget"
|
||||
"../version",
|
||||
"../keycode",
|
||||
"../unique-id",
|
||||
"../widget"
|
||||
], factory );
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user