0c83ac4524
Also in utils.js and otr.js (this will help reach to goal of having a private jquery which doesn't pollute the global $ var).
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
define(['jquery'], function (jq) {
|
|
return jq.noConflict( true );
|
|
});
|