jshint fixes

This commit is contained in:
Sean Lilley 2016-06-22 16:41:36 -04:00
parent 31760c34a8
commit 0f7b5edcd7
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
"immed": true, "immed": true,
"latedef": "nofunc", "latedef": "nofunc",
"noarg": true, "noarg": true,
"noempty": true,
"nonbsp": true, "nonbsp": true,
"nonew": true, "nonew": true,
"plusplus": false, "plusplus": false,

View File

@ -20,8 +20,6 @@ function parseObj(objFile, inputPath, done) {
} }
function processObj(objFile, info, materials, images, done) { function processObj(objFile, info, materials, images, done) {
var i, length;
// A vertex is specified by indexes into each of the attribute arrays, // 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. // but these indexes may be different. This maps the separate indexes to a single index.
var vertexCache = {}; var vertexCache = {};