Changeset 31716 for trunk/src/wp-includes/js/jquery/ui/button.js
- Timestamp:
- 03/11/2015 03:11:52 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/js/jquery/ui/button.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/jquery/ui/button.js
r31569 r31716 1 1 /*! 2 * jQuery UI Button 1.11. 32 * jQuery UI Button 1.11.4 3 3 * http://jqueryui.com 4 4 * … … 53 53 54 54 $.widget( "ui.button", { 55 version: "1.11. 3",55 version: "1.11.4", 56 56 defaultElement: "<button>", 57 57 options: { … … 349 349 350 350 $.widget( "ui.buttonset", { 351 version: "1.11. 3",351 version: "1.11.4", 352 352 options: { 353 353 items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"
Note: See TracChangeset
for help on using the changeset viewer.