From 62aa322513f2be121467cab6176df98cc2659986 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 19 Jun 2014 03:26:23 -0400 Subject: [PATCH] chore(flop) add strict --- lib/server/flop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/server/flop.js b/lib/server/flop.js index 739a5810..6c8bfe59 100644 --- a/lib/server/flop.js +++ b/lib/server/flop.js @@ -3,6 +3,7 @@ */ (function() { + 'use strict'; var fs = require('fs'), DIR = './',