From 5579eac034a9ca5cd1ed13032a1c9e1f1b538a29 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 6 Feb 2018 16:42:25 -0800 Subject: [PATCH] Nothing... --- interface/src/scripting/WindowScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index cc81f0a082..76decf4362 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -365,7 +365,7 @@ public slots: /**jsdoc * Takes a still snapshot of the current view from the secondary camera that can be set up through the {@link Render} API. * @function Window.takeSecondaryCameraSnapshot - * @param {string} filename=QString() - If this value is not null then the image will be saved to this filename, with an appended ",jpg" + * @param {string} filename=QString() - If this value is not null then the image will be saved to this filename, with an appended ".jpg" * * var filename = QString(); */