From 95a893068cbea642f21252e6b3e84d88c11c43dc Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Thu, 24 May 2018 16:32:02 -0700 Subject: [PATCH] delint --- src/components/gltf-model-plus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/gltf-model-plus.js b/src/components/gltf-model-plus.js index 0d9d55417..55d62b10e 100644 --- a/src/components/gltf-model-plus.js +++ b/src/components/gltf-model-plus.js @@ -195,7 +195,7 @@ function cachedLoadGLTF(src, preferredTechnique, onProgress) { } /** - * Loads a GLTF model, optionally recursively "inflates" the child nodes of a model into a-entities and sets + * Loads a GLTF model, optionally recursively "inflates" the child nodes of a model into a-entities and sets * whitelisted components on them if defined in the node's extras. * @namespace gltf * @component gltf-model-plus -- GitLab