phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Dec 2010 07:25:13 +0000 (00:25 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Dec 2010 07:25:13 +0000 (00:25 -0700)
framework/Core/lib/Horde/Script/Files.php

index 197e675..331718c 100644 (file)
@@ -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.