Use strict mode in all backend files
add ‘use strict’ in all backend file
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
'use strict'
|
||||
// external modules
|
||||
var DiffMatchPatch = require('diff-match-patch')
|
||||
var dmp = new DiffMatchPatch()
|
||||
|
||||
Reference in New Issue
Block a user