equal
deleted
inserted
replaced
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, |