Skip to content

Commit

Permalink
Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of …
Browse files Browse the repository at this point in the history
…metadata.
  • Loading branch information
scottgonzalez committed Oct 25, 2012
1 parent cb030cb commit 7678b90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 130 deletions.
2 changes: 1 addition & 1 deletion demos/button/icons.html
Expand Up @@ -43,7 +43,7 @@
<button>Button with two icons and no text</button>

<div class="demo-description">
<p>Some buttons with various combinations of text and icons, here specified via metadata.</p>
<p>Some buttons with various combinations of text and icons.</p>
</div>
</body>
</html>
122 changes: 0 additions & 122 deletions external/jquery.metadata.js

This file was deleted.

7 changes: 0 additions & 7 deletions ui/jquery.ui.widget.js
Expand Up @@ -507,11 +507,4 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
};
});

// DEPRECATED
if ( $.uiBackCompat !== false ) {
$.Widget.prototype._getCreateOptions = function() {
return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
};
}

})( jQuery );

0 comments on commit 7678b90

Please sign in to comment.