src/js/main.js
branchpopcorn-port
changeset 523 8dfeaec4724b
parent 520 fe008e95a716
child 531 e7f27746668e
equal deleted inserted replaced
521:df716b99c5bb 523:8dfeaec4724b
    33     
    33     
    34     /* widget specific requirements */
    34     /* widget specific requirements */
    35     for (var idx in config.gui.widgets) {
    35     for (var idx in config.gui.widgets) {
    36       if (config.gui.widgets[idx].type === "PolemicWidget") {        
    36       if (config.gui.widgets[idx].type === "PolemicWidget") {        
    37         $L.script(libs.raphael);
    37         $L.script(libs.raphael);
       
    38       }
       
    39 
       
    40       if (config.gui.widgets[idx].type === "SparklineWidget") {
       
    41         $L.script(libs.jquery_sparkline);
    38       }
    42       }
    39     }
    43     }
    40     
    44     
    41     // same for modules
    45     // same for modules
    42     /*
    46     /*