62799d9
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Widget: Simplified _getCreateOptions().
Showing 1 changed file with 1 addition and 5 deletions.
@@ -158,11 +158,7 @@ $.Widget.prototype = {
this._init();
},
_getCreateOptions: function() {
- var options = {};
- if ( $.metadata ) {
- options = $.metadata.get( element )[ this.widgetName ];
- }
- return options;
+ return $.metadata && $.metadata.get( element )[ this.widgetName ];
_create: function() {},
_init: function() {},
62799d9