Skip to content

Commit

Permalink
Define $cssfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 12, 2016
1 parent 7bd8f38 commit acbaeb4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php
Expand Up @@ -24,7 +24,16 @@
class Horde_Core_Ajax_Response_HordeCore extends Horde_Core_Ajax_Response
{
/**
* Javascript files to be loaded by the browser.
* CSS files to be loaded by the browser.
*
* @since 2.25.0
*
* @var array
*/
public $cssfiles = array();

/**
* JavaScript files to be loaded by the browser.
*
* @since 2.10.0
*
Expand Down

0 comments on commit acbaeb4

Please sign in to comment.