mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
put back in fake args for signatures that we want to keep
This commit is contained in:
parent
257505a9e6
commit
7f19f92c64
2
ui/jquery.ui.effect.js
vendored
2
ui/jquery.ui.effect.js
vendored
@ -1111,7 +1111,7 @@ function standardSpeed( speed ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$.fn.extend({
|
$.fn.extend({
|
||||||
effect: function() {
|
effect: function( /* effect, options, speed, callback */ ) {
|
||||||
var args = _normalizeArguments.apply( this, arguments ),
|
var args = _normalizeArguments.apply( this, arguments ),
|
||||||
mode = args.mode,
|
mode = args.mode,
|
||||||
queue = args.queue,
|
queue = args.queue,
|
||||||
|
2
ui/jquery.ui.widget.js
vendored
2
ui/jquery.ui.widget.js
vendored
@ -200,7 +200,7 @@ $.widget.bridge = function( name, object ) {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
$.Widget = function() {};
|
$.Widget = function( /* options, element */ ) {};
|
||||||
$.Widget._childConstructors = [];
|
$.Widget._childConstructors = [];
|
||||||
|
|
||||||
$.Widget.prototype = {
|
$.Widget.prototype = {
|
||||||
|
Loading…
Reference in New Issue
Block a user