diff options
author | 2012-08-21 19:56:48 +0200 | |
---|---|---|
committer | 2012-08-21 19:56:48 +0200 | |
commit | ca3c01063b2c1f3e8f5ed0ff6b63a1226ab084f0 (patch) | |
tree | 3298bb1c7c0e24489e78e0024e379787fbb56310 /module/web/static/js/views/headerView.js | |
parent | boilerplate for js code (diff) | |
download | pyload-ca3c01063b2c1f3e8f5ed0ff6b63a1226ab084f0.tar.xz |
added jqueryui amd version
Diffstat (limited to 'module/web/static/js/views/headerView.js')
-rw-r--r-- | module/web/static/js/views/headerView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/views/headerView.js b/module/web/static/js/views/headerView.js index 26f2ea706..0c6447c3e 100644 --- a/module/web/static/js/views/headerView.js +++ b/module/web/static/js/views/headerView.js @@ -1,4 +1,4 @@ -define(['jquery', 'backbone', 'flot'], function($, Backbone){ +define(['jquery', 'backbone', 'flot', 'jqueryui/progressbar'], function($, Backbone){ // Renders the header with all information return Backbone.View.extend({ |