aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/jquery.ui.widget.js')
-rw-r--r--ui/jquery.ui.widget.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js
index a73df800f..18d2b920d 100644
--- a/ui/jquery.ui.widget.js
+++ b/ui/jquery.ui.widget.js
@@ -128,8 +128,6 @@ $.Widget.prototype = {
this.element = $( element ).data( this.widgetName, this );
this.options = $.extend( true, {},
this.options,
- // DEPRECATED: move defaults to prototype.options
- $[this.namespace][this.widgetName].defaults,
$.metadata && $.metadata.get( element )[ this.widgetName ],
options );
@@ -230,7 +228,4 @@ $.Widget.prototype = {
}
};
-// DEPRECATED: use the plugin's parent widget instead of $.widget
-$.widget.prototype = $.Widget.prototype;
-
})( jQuery );