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/models/author.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/models/author.js') diff --git a/lib/models/author.js b/lib/models/author.js index 5e39c347..8b4f74e5 100644 --- a/lib/models/author.js +++ b/lib/models/author.js @@ -1,3 +1,4 @@ +'use strict' // external modules var Sequelize = require('sequelize') -- cgit v1.2.3