@@ -111,7 +111,7 @@ |
||
111 | 111 | * <p>If you don't specify http:// or https:// and if the file does not start with /, the file is considered to be relative to ROOT_URL.</p> |
112 | 112 | * <div class="info">It is a good practice to make sure the file does not start with /, http:// or https:// (unless you are using a CDN).</div> |
113 | 113 | * |
114 | - * @param string $jsFile |
|
114 | + * @param string $cssFile |
|
115 | 115 | */ |
116 | 116 | public function addCssFile($cssFile) { |
117 | 117 | $this->cssFiles[] = $cssFile; |