xmpp.chapril.org-conversejs/src/jquery-private.js
JC Brand 0c83ac4524 Explicitly set jQuery as a dependency of converse.js
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).
2014-10-06 20:23:59 +02:00

4 lines
73 B
JavaScript

define(['jquery'], function (jq) {
return jq.noConflict( true );
});