@@ -59,7 +59,7 @@ |
||
59 | 59 | }'; |
60 | 60 | |
61 | 61 | $view = $this->getView(); |
62 | - $view->registerJsFile('https://www.google.com/jsapi',['position' => View::POS_HEAD]); |
|
62 | + $view->registerJsFile('https://www.google.com/jsapi', ['position' => View::POS_HEAD]); |
|
63 | 63 | $view->registerJs('google.load("visualization", "' . $this->loadVersion . '", {packages:["' . $this->packages . '"]});', View::POS_HEAD, __CLASS__ . '#' . $id); |
64 | 64 | $view->registerJs($script, View::POS_HEAD, $id); |
65 | 65 | } |