mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +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 instance. JavaScript files will be attached to the requested
|
||||
* page.
|
||||
* - "js": array of assets. Each asset can be either string with absolute
|
||||
* JavaScript file URL or an array with "content" and "type" items. See
|
||||
* - "js": array of assets. Each asset can be either a string with
|
||||
* absolute URL of a JavaScript file or an array with "content" and
|
||||
* "type" items. See
|
||||
* {@link \Mibew\Asset\AssetManagerInterface::getJsAssets()} for details
|
||||
* of their meaning. Modify this array to add or remove additional
|
||||
* JavaScript files.
|
||||
|
Loading…
Reference in New Issue
Block a user