diff options
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 ) { |