mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-06 00:10:10 +03:00
Clean up docs for Assetmanager::triggerJsEvent a little
This commit is contained in:
parent
9898fb0cbe
commit
2ed44e874c
@ -158,8 +158,9 @@ class AssetManager implements AssetManagerInterface
|
|||||||
* - "request": {@link \Symfony\Component\HttpFoundation\Request}, a
|
* - "request": {@link \Symfony\Component\HttpFoundation\Request}, a
|
||||||
* request instance. JavaScript files will be attached to the requested
|
* request instance. JavaScript files will be attached to the requested
|
||||||
* page.
|
* page.
|
||||||
* - "js": array of assets. Each asset can be either string with absolute
|
* - "js": array of assets. Each asset can be either a string with
|
||||||
* JavaScript file URL or an array with "content" and "type" items. See
|
* absolute URL of a JavaScript file or an array with "content" and
|
||||||
|
* "type" items. See
|
||||||
* {@link \Mibew\Asset\AssetManagerInterface::getJsAssets()} for details
|
* {@link \Mibew\Asset\AssetManagerInterface::getJsAssets()} for details
|
||||||
* of their meaning. Modify this array to add or remove additional
|
* of their meaning. Modify this array to add or remove additional
|
||||||
* JavaScript files.
|
* JavaScript files.
|
||||||
|
Loading…
Reference in New Issue
Block a user