mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
[timeslider] do not include underscore, as its not (longer) used
This commit is contained in:
parent
1fa8c2a7e6
commit
906ab1820b
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ JSON = require('./json2');
|
|||
var createCookie = require('./pad_utils').createCookie;
|
||||
var readCookie = require('./pad_utils').readCookie;
|
||||
var randomString = require('./pad_utils').randomString;
|
||||
var _ = require('./underscore');
|
||||
var hooks = require('./pluginfw/hooks');
|
||||
|
||||
var token, padId, export_links;
|
||||
|
|
Loading…
Reference in a new issue