diff options
Diffstat (limited to 'ui/progressbar.js')
-rw-r--r-- | ui/progressbar.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/progressbar.js b/ui/progressbar.js index d417e556b..28912d975 100644 --- a/ui/progressbar.js +++ b/ui/progressbar.js @@ -12,6 +12,9 @@ //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. //>>docs: http://api.jqueryui.com/progressbar/ //>>demos: http://jqueryui.com/progressbar/ +//>>css.structure: ../themes/base/core.css +//>>css.structure: ../themes/base/progressbar.css +//>>css.theme: ../themes/base/theme.css (function( factory ) { if ( typeof define === "function" && define.amd ) { |