Merge branch 4.5 into 4.6
[civicrm-core.git] / CRM / Utils / JS.php
index ad6b425d22e0f71717fb74e5817f5727235e8c19..d29e3c9c46f45ea848d5bc2128339596b5b733b3 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
 +--------------------------------------------------------------------+
 | CiviCRM version 4.6                                                |
@@ -24,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Parse Javascript content and extract translatable strings.
@@ -36,7 +35,7 @@
  */
 class CRM_Utils_JS {
   /**
-   * Parse a javascript file for translatable strings
+   * Parse a javascript file for translatable strings.
    *
    * @param string $jsCode
    *   Raw Javascript code.
@@ -65,4 +64,5 @@ class CRM_Utils_JS {
     }
     return array_values($strings);
   }
+
 }