mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
lint: linestylefilter and rjquery.js
This commit is contained in:
parent
c38c34bef4
commit
46dc943101
2 changed files with 77 additions and 76 deletions
|
@ -1,4 +1,5 @@
|
|||
// Proviedes a require'able version of jQuery without leaking $ and jQuery;
|
||||
'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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue