From b93a8bc1ab39a035d11f4212aaf5fc3fa861938c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 14:06:26 +0000 Subject: [PATCH] make tab spaces problem --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd41539c..aca178bc 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - npm install jshint - jshint *.js --config js/.jshintrc \ No newline at end of file +npm install jshint +jshint *.js --config js/.jshintrc \ No newline at end of file