diff options
Diffstat (limited to 'ui/button.js')
-rw-r--r-- | ui/button.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/button.js b/ui/button.js index 5d502ad51..3a7c24c6e 100644 --- a/ui/button.js +++ b/ui/button.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/button/ */ + +//>>label: Button +//>>group: Widgets +//>>description: Enhances a form with themeable buttons. +//>>docs: http://api.jqueryui.com/button/ +//>>demos: http://jqueryui.com/button/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |