mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
lint: pad_userlist.js - remove require browser
This commit is contained in:
parent
73b3a2dc54
commit
8cbd5222dd
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
const padutils = require('./pad_utils').padutils;
|
const padutils = require('./pad_utils').padutils;
|
||||||
const hooks = require('./pluginfw/hooks');
|
const hooks = require('./pluginfw/hooks');
|
||||||
const browser = require('./browser');
|
|
||||||
|
|
||||||
let myUserInfo = {};
|
let myUserInfo = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue