mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-28 03:12:04 +00:00
fix: Add 'use strict' on app.js
This commit is contained in:
parent
aca01f064d
commit
4738ba7d36
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -1,3 +1,4 @@
|
|||
'use strict'
|
||||
// app
|
||||
// external modules
|
||||
var express = require('express')
|
||||
|
|
Loading…
Reference in a new issue