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:
Ingo Schommer 2008-09-22 16:02:33 +00:00
parent 73dd86bd8e
commit 3776311276

View File

@ -17,7 +17,7 @@ class Requirements {
/** /**
* Paths to all required .css files relative to the webroot. * Paths to all required .css files relative to the webroot.
* *
* @var array $javascript * @var array $css
*/ */
protected static $css = array(); protected static $css = array();
@ -387,6 +387,8 @@ class Requirements {
* Best practice is to include every javascript file in exactly *one* combine_files() * 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. * 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: * Example for combined JavaScript:
* <code> * <code>
* Requirements::combine_files( * Requirements::combine_files(