*/
public $prototypejs = true;
- protected $_full = false;
-
/**
* The list of script files to add.
*
);
/**
+ * TODO
+ *
+ * @var boolean
+ */
+ protected $_full = false;
+
+ /**
* The list of files we have already included.
*
* @var array
*/
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.