From 5870d988b5bd7ec87d7d9f14f0fb798125ff5f66 Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Tue, 14 Mar 2017 13:02:43 +0800 Subject: Use strict mode in all backend files add ‘use strict’ in all backend file --- lib/workers/dmpWorker.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/workers/dmpWorker.js') diff --git a/lib/workers/dmpWorker.js b/lib/workers/dmpWorker.js index 6a1da981..b0ed0f43 100644 --- a/lib/workers/dmpWorker.js +++ b/lib/workers/dmpWorker.js @@ -1,3 +1,4 @@ +'use strict' // external modules var DiffMatchPatch = require('diff-match-patch') var dmp = new DiffMatchPatch() -- cgit v1.2.3