Escape api params in APIv4 Explorer
[civicrm-core.git] / ang / crmApp.ang.php
index 5139e80a54403422e728250084107c9c68f1273e..ac949cfdd137f7153e78b3c48afabe2b4202ba6c 100644 (file)
@@ -1,9 +1,6 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// in CiviCRM. See also:
-// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
-
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmApp.js'),
-);
+  'js' => ['ang/crmApp.js'],
+];