From 8aa7002ab80021fc29f6307aa8a5af603e4946f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20N=C3=A6sbye=20Christensen?= Date: Mon, 10 Aug 2015 21:07:08 +0200 Subject: [PATCH] Simple whitespace correction Added a space to make the reduced complexity notification look better. --- examples/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notifications.js b/examples/notifications.js index 461d28cd2c..f7c172ab24 100644 --- a/examples/notifications.js +++ b/examples/notifications.js @@ -596,7 +596,7 @@ function menuItemEvent(menuItem) { LODManager.LODDecreased.connect(function() { var warningText = "\n" + "Due to the complexity of the content, the \n" - + "level of detail has been decreased." + + "level of detail has been decreased. " + "You can now see: \n" + LODManager.getLODFeedbackText();