mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
5dc88353d4
commit
e59b596141
4
demos/bootstrap.js
vendored
4
demos/bootstrap.js
vendored
@ -34,8 +34,8 @@ var widgets = [
|
||||
"droppable",
|
||||
"menu",
|
||||
"mouse",
|
||||
"progressbar"
|
||||
|
||||
"progressbar",
|
||||
"resizable"
|
||||
];
|
||||
|
||||
function getPath( module ) {
|
||||
|
@ -3,7 +3,7 @@ define( [
|
||||
"./helper",
|
||||
"ui/widgets/draggable",
|
||||
"ui/widgets/droppable",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
module( "draggable: core" );
|
||||
|
@ -1,6 +1,6 @@
|
||||
define( [
|
||||
"lib/common",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( common ) {
|
||||
|
||||
common.testWidget( "resizable", {
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
module("resizable: core");
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
module("resizable: events");
|
||||
|
@ -1,6 +1,6 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( $ ) {
|
||||
|
||||
module( "resizable: methods" );
|
||||
|
@ -1,7 +1,7 @@
|
||||
define( [
|
||||
"jquery",
|
||||
"./helper",
|
||||
"ui/resizable"
|
||||
"ui/widgets/resizable"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
module("resizable: options");
|
||||
|
@ -25,7 +25,7 @@
|
||||
"./button",
|
||||
"./draggable",
|
||||
"./mouse",
|
||||
"../resizable",
|
||||
"./resizable",
|
||||
"../focusable",
|
||||
"../keycode",
|
||||
"../position",
|
||||
|
@ -22,11 +22,11 @@
|
||||
// AMD. Register as an anonymous module.
|
||||
define([
|
||||
"jquery",
|
||||
"./disable-selection",
|
||||
"./widgets/mouse",
|
||||
"./plugin",
|
||||
"./version",
|
||||
"./widget"
|
||||
"./mouse",
|
||||
"../disable-selection",
|
||||
"../plugin",
|
||||
"../version",
|
||||
"../widget"
|
||||
], factory );
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user