Merge branch 4.5 into 4.6
[civicrm-core.git] / CRM / Utils / JS.php
index 4276ac3cb4a1536f09b5e1d9eeada6c8ba765ab2..d29e3c9c46f45ea848d5bc2128339596b5b733b3 100644 (file)
@@ -23,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.
@@ -35,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.
@@ -64,4 +64,5 @@ class CRM_Utils_JS {
     }
     return array_values($strings);
   }
+
 }