From 5fd9ba42480321bc5fa06fc20598426f11cd4c66 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 11 Jun 2015 00:39:29 -0400 Subject: [PATCH] perf: enable strict mode --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 4d8b372..7171dc7 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,8 @@ * MIT Licensed */ +'use strict' + /** * Module dependencies. * @private