Skip to content

Commit 7678b90

Browse files
committed
Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.
1 parent cb030cb commit 7678b90

File tree

3 files changed

+1
-130
lines changed

3 files changed

+1
-130
lines changed

demos/button/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<button>Button with two icons and no text</button>
4444

4545
<div class="demo-description">
46-
<p>Some buttons with various combinations of text and icons, here specified via metadata.</p>
46+
<p>Some buttons with various combinations of text and icons.</p>
4747
</div>
4848
</body>
4949
</html>

external/jquery.metadata.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

ui/jquery.ui.widget.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,4 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
507507
};
508508
});
509509

510-
// DEPRECATED
511-
if ( $.uiBackCompat !== false ) {
512-
$.Widget.prototype._getCreateOptions = function() {
513-
return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
514-
};
515-
}
516-
517510
})( jQuery );

0 commit comments

Comments
 (0)