xmpp.chapril.org-conversejs/src/jquery-external.js
Guillermo Bonvehí 75c68a0dad New build that does not include jQuery
This is useful when you already have jQuery loaded in your page, for
example on a Wordpress site.
2014-10-29 15:47:28 -03:00

4 lines
58 B
JavaScript

define('jquery', [], function () {
return jQuery;
});