pad.libre-service.eu-etherpad/src/static/js/rjquery.js
2021-01-14 13:06:34 +00:00

5 lines
192 B
JavaScript

'use strict';
// Provides a require'able version of jQuery without leaking $ and jQuery;
window.$ = require('./jquery');
const jq = window.$.noConflict(true);
exports.jQuery = exports.$ = jq;