mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Fix require ordering
This commit is contained in:
parent
b5f42807b9
commit
e4515958cd
2 changed files with 7 additions and 7 deletions
|
@ -20,8 +20,8 @@ require('list.js');
|
|||
require('../vendor/md-toc');
|
||||
require('randomcolor');
|
||||
|
||||
require('./syncscroll');
|
||||
require('./extra');
|
||||
require('./syncscroll');
|
||||
require('./history');
|
||||
require('./pretty');
|
||||
require('./render');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue