src/js/main.js
branchpopcorn-port
changeset 517 97599ff43072
parent 511 81eb8e686456
child 520 fe008e95a716
equal deleted inserted replaced
505:b1e442d9a1bc 517:97599ff43072
    41     }
    41     }
    42     */
    42     */
    43 
    43 
    44     $L.wait(function() {
    44     $L.wait(function() {
    45       IriSP.jQuery = window.jQuery.noConflict( true );
    45       IriSP.jQuery = window.jQuery.noConflict( true );
       
    46       IriSP._ = window._.noConflict();
       
    47       IriSP.underscore = IriSP._;
    46       
    48       
    47       var css_link_jquery = IriSP.jQuery( "<link>", { 
    49       var css_link_jquery = IriSP.jQuery( "<link>", { 
    48         rel: "stylesheet", 
    50         rel: "stylesheet", 
    49         type: "text/css", 
    51         type: "text/css", 
    50         href: libs.cssjQueryUI,
    52         href: libs.cssjQueryUI,