diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-09 11:48:43 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:36 -0400 |
commit | f6879fc0f52f3d3538fd0f2c1840addb73b476a2 (patch) | |
tree | 64229e342eb53ecb78d152350ae3e897aee4e742 /ui | |
parent | a00c02513d81ed5d86b056f8734105a1c2d82ea8 (diff) | |
download | jquery-ui-f6879fc0f52f3d3538fd0f2c1840addb73b476a2.tar.gz jquery-ui-f6879fc0f52f3d3538fd0f2c1840addb73b476a2.zip |
Controlgroup: Fix headers and demos
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/controlgroup.js | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js index 1614f91e4..a8736a808 100644 --- a/ui/widgets/controlgroup.js +++ b/ui/widgets/controlgroup.js @@ -2,12 +2,19 @@ * jQuery UI Controlgroup @VERSION * http://jqueryui.com * - * Copyright 2014 jQuery Foundation and other contributors + * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/controlgroup/ */ + +//>>label: Controlgroup +//>>group: Widgets +//>>description: Visually groups form control widgets +//>>docs: http://api.jqueryui.com/controlgroup/ +//>>demos: http://jqueryui.com/controlgroup/ +//>>css.structure: ../themes/base/core.css, ../themes/base/controlgroup.css +//>>css.theme: ../themes/base/theme.css + ( function( factory ) { if ( typeof define === "function" && define.amd ) { |