This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
xmpp.chapril.org-conversejs
Watch
25
Star
0
Fork
0
You've already forked xmpp.chapril.org-conversejs
Code
Issues
Pull Requests
Projects
Releases
Activity
d426d79702
xmpp.chapril.org-conversejs
/
src
/
jquery.noconflict.js
5 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add eslint with lodash checking and apply its suggestions
2017-01-26 15:49:02 +01:00
/*global define */
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
define
(
[
'jquery'
]
,
function
(
jq
)
{
return
jq
.
noConflict
(
true
)
;
}
)
;
Reference in New Issue
Copy Permalink