xmpp.chapril.org-conversejs/src/wrapper-no-jquery.js

4 lines
135 B
JavaScript
Raw Normal View History

/*global jQuery */
define('jquery', [], function () { return jQuery; });
define('jquery-private', [], function () { return jQuery; });