From 4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 6 Oct 2012 20:37:51 +0200 Subject: task to optimize js code --- module/web/static/js/views/headerView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/js/views/headerView.js') diff --git a/module/web/static/js/views/headerView.js b/module/web/static/js/views/headerView.js index 21b591a3d..6a4ac270d 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', 'jqueryui/progressbar'], function($, Backbone){ +define(['jquery', 'backbone', 'flot'], function($, Backbone){ // Renders the header with all information return Backbone.View.extend({ -- cgit v1.2.3