equal
deleted
inserted
replaced
42 } |
42 } |
43 } |
43 } |
44 |
44 |
45 /* widget specific requirements */ |
45 /* widget specific requirements */ |
46 for(var _i = 0; _i < this.config.gui.widgets.length; _i++) { |
46 for(var _i = 0; _i < this.config.gui.widgets.length; _i++) { |
47 if(this.config.gui.widgets[_i].type === "Sparkline") { |
47 if(this.config.gui.widgets[_i].type === "Sparkline" || this.config.gui.widgets[_i].type === "Arrow") { |
48 $L.script(IriSP.getLib("raphael")); |
48 $L.script(IriSP.getLib("raphael")); |
49 } |
49 } |
50 if(this.config.gui.widgets[_i].type === "TraceWidget") { |
50 if(this.config.gui.widgets[_i].type === "TraceWidget") { |
51 $L.script(IriSP.getLib("tracemanager")) |
51 $L.script(IriSP.getLib("tracemanager")) |
52 } |
52 } |