From 5226938ba3543b43008ae92f890eb1bdb6b23d59 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 13 Oct 2015 16:32:36 +0200 Subject: [PATCH] JSDoc --- geo/MeshStreamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/MeshStreamer.js b/geo/MeshStreamer.js index 3e7c862..55591c1 100644 --- a/geo/MeshStreamer.js +++ b/geo/MeshStreamer.js @@ -100,7 +100,7 @@ geo.MeshStreamer = function(path) { /** * Compute a function that can compare two faces * @param {Camera} camera a camera seeing or not face - * @returns the function that compares two faces : the higher face is the most interesting for the camera + * @returns {function} the function that compares two faces : the higher face is the most interesting for the camera */ geo.MeshStreamer.prototype.faceComparator = function(camera) {