@@ -76,7 +76,7 @@ |
||
76 | 76 | public function selector(string $sPath = '', $xContext = null): Selector |
77 | 77 | { |
78 | 78 | $xSelector = new Selector($sPath, $xContext); |
79 | - if($this->bCommand && $this->response() !== null) |
|
79 | + if ($this->bCommand && $this->response() !== null) |
|
80 | 80 | { |
81 | 81 | $this->addCommand('jquery.call', ['selector' => $xSelector]); |
82 | 82 | } |