Passed
Pull Request — master (#18)
by Matthew
03:09
created
src/Extensions/LocatorControllerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
         Requirements::customScript("
42 42
             window.ss = window.ss || {};
43
-            window.ss.config = " . $this->owner->getClientConfig() . ";
43
+            window.ss.config = " . $this->owner->getClientConfig().";
44 44
         ");
45 45
 
46 46
         $this->owner->customScript();
Please login to merge, or discard this patch.