summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorBoHong Li2017-03-14 13:02:43 +0800
committerBoHong Li2017-03-14 13:02:43 +0800
commit5870d988b5bd7ec87d7d9f14f0fb798125ff5f66 (patch)
tree8bb6c39ad9c4cfd4ca4a0482dba31301013f2e5a /lib/response.js
parentedb1b4aa0a72ac8b0215211c9dbc54156c3ff91f (diff)
Use strict mode in all backend files
add ‘use strict’ in all backend file
Diffstat (limited to 'lib/response.js')
-rwxr-xr-xlib/response.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js
index 31fa18b2..13a94bbf 100755
--- a/lib/response.js
+++ b/lib/response.js
@@ -1,3 +1,4 @@
+'use strict'
// response
// external modules
var fs = require('fs')