- Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award.
Backport by gpk.5.x
parent
590f096437
commit
07736fd03b
|
@ -1659,10 +1659,10 @@ function _drupal_add_js($data, $type, $scope, $defer, $cache) {
|
||||||
* are added to the page. Then, all settings are output, followed by 'inline'
|
* are added to the page. Then, all settings are output, followed by 'inline'
|
||||||
* JavaScript code.
|
* JavaScript code.
|
||||||
*
|
*
|
||||||
* @parameter $scope
|
* @param $scope
|
||||||
* (optional) The scope for which the JavaScript rules should be returned.
|
* (optional) The scope for which the JavaScript rules should be returned.
|
||||||
* Defaults to 'header'.
|
* Defaults to 'header'.
|
||||||
* @parameter $javascript
|
* @param $javascript
|
||||||
* (optional) An array with all JavaScript code. Defaults to the default
|
* (optional) An array with all JavaScript code. Defaults to the default
|
||||||
* JavaScript array for the given scope.
|
* JavaScript array for the given scope.
|
||||||
* @return
|
* @return
|
||||||
|
|
Loading…
Reference in New Issue