From 0f7b5edcd7a18318a356f772e4651fb9e5ec7367 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Wed, 22 Jun 2016 16:41:36 -0400 Subject: [PATCH] jshint fixes --- .jshintrc | 1 - lib/obj.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/.jshintrc b/.jshintrc index 52f4a1f..6edd987 100644 --- a/.jshintrc +++ b/.jshintrc @@ -8,7 +8,6 @@ "immed": true, "latedef": "nofunc", "noarg": true, - "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, diff --git a/lib/obj.js b/lib/obj.js index 8675013..1320adf 100644 --- a/lib/obj.js +++ b/lib/obj.js @@ -20,8 +20,6 @@ function parseObj(objFile, inputPath, done) { } function processObj(objFile, info, materials, images, done) { - var i, length; - // A vertex is specified by indexes into each of the attribute arrays, // but these indexes may be different. This maps the separate indexes to a single index. var vertexCache = {};