lint: linestylefilter and rjquery.js

This commit is contained in:
John McLear 2020-12-21 23:58:58 +00:00
parent c38c34bef4
commit 46dc943101
2 changed files with 77 additions and 76 deletions

View file

@ -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;