mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@62842 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
73dd86bd8e
commit
3776311276
@ -17,7 +17,7 @@ class Requirements {
|
||||
/**
|
||||
* Paths to all required .css files relative to the webroot.
|
||||
*
|
||||
* @var array $javascript
|
||||
* @var array $css
|
||||
*/
|
||||
protected static $css = array();
|
||||
|
||||
@ -387,6 +387,8 @@ class Requirements {
|
||||
* Best practice is to include every javascript file in exactly *one* combine_files()
|
||||
* directive to avoid the issues mentioned above - this is enforced by this function.
|
||||
*
|
||||
* CAUTION: Combining CSS Files discards any "media" information.
|
||||
*
|
||||
* Example for combined JavaScript:
|
||||
* <code>
|
||||
* Requirements::combine_files(
|
||||
|
Loading…
x
Reference in New Issue
Block a user