diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-16 01:48:03 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:57 -0400 |
commit | 197061be5645fd3e9b521e63ecbd13630612d8c7 (patch) | |
tree | 861f044d084b49909db44b114be279ebfd6c9387 /ui/widgets/button.js | |
parent | c5d6ea4baae74f54ab5f44239e9239a61a5f0ce9 (diff) | |
download | jquery-ui-197061be5645fd3e9b521e63ecbd13630612d8c7.tar.gz jquery-ui-197061be5645fd3e9b521e63ecbd13630612d8c7.zip |
Button: address review comments
Diffstat (limited to 'ui/widgets/button.js')
-rw-r--r-- | ui/widgets/button.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 2e6cc1f3c..34a2afa40 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -12,7 +12,8 @@ //>>description: Enhances a form with themeable buttons. //>>docs: http://api.jqueryui.com/button/ //>>demos: http://jqueryui.com/button/ -//>>css.structure: ../themes/base/core.css, ../themes/base/button.css +//>>css.structure: ../themes/base/core.css +//>>css.structure: ../themes/base/button.css //>>css.theme: ../themes/base/theme.css ( function( factory ) { |