xmpp.chapril.org-conversejs/src/wrapper-no-jquery.js
JC Brand d4c127e196 Fixes #608
The no-jquery build was broken
2016-03-07 17:52:36 +00:00

4 lines
135 B
JavaScript

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