Merge pull request #14589 from eileenmcnaughton/money
[civicrm-core.git] / ang / ui.utils.ang.php
index ab74e45b98ea35d01b47912d2df7cf49c8fc023c..58b798a442c524a3e11de87df44ff23185d85f6c 100644 (file)
@@ -3,7 +3,7 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('bower_components/angular-ui-utils/ui-utils.min.js'),
-);
+  'js' => ['bower_components/angular-ui-utils/ui-utils.min.js'],
+];