mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Use strict mode in all backend files
add ‘use strict’ in all backend file
This commit is contained in:
parent
edb1b4aa0a
commit
5870d988b5
19 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
'use strict'
|
||||
// external modules
|
||||
var md5 = require('blueimp-md5')
|
||||
var Sequelize = require('sequelize')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue