From 6947ca194888dadf8c22d60d6ed9374cb2645ead Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 21 Dec 2010 00:25:13 -0700 Subject: [PATCH] phpdoc --- framework/Core/lib/Horde/Script/Files.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/framework/Core/lib/Horde/Script/Files.php b/framework/Core/lib/Horde/Script/Files.php index 197e675b2..331718c2b 100644 --- a/framework/Core/lib/Horde/Script/Files.php +++ b/framework/Core/lib/Horde/Script/Files.php @@ -22,8 +22,6 @@ class Horde_Script_Files */ public $prototypejs = true; - protected $_full = false; - /** * The list of script files to add. * @@ -34,6 +32,13 @@ class Horde_Script_Files ); /** + * TODO + * + * @var boolean + */ + protected $_full = false; + + /** * The list of files we have already included. * * @var array @@ -72,8 +77,9 @@ class Horde_Script_Files */ public function addExternal($url, $app = null) { - // Force external scripts under Horde scope to better avoid duplicates, - // and to ensure they are loaded before other application specific files + // Force external scripts under Horde scope to better avoid + // duplicates, and to ensure they are loaded before other application + // specific files $app = 'horde'; // Don't include scripts multiple times. -- 2.11.0