X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmResource.ang.php;h=577f48e1efd332722157abf0108a87ed5b68880e;hb=ba4f645372a636182ddc111d38f1c7f32b149a29;hp=f63cc54c54d00d354c5020928508740e503179b4;hpb=d3f4657b6db543f86f65728c6cf4b5d25b2da6b9;p=civicrm-core.git diff --git a/ang/crmResource.ang.php b/ang/crmResource.ang.php index f63cc54c54..577f48e1ef 100644 --- a/ang/crmResource.ang.php +++ b/ang/crmResource.ang.php @@ -3,8 +3,9 @@ // in CiviCRM. See also: // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules -return array( +return [ 'ext' => 'civicrm', // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module. - 'js' => array('js/angular-crmResource/all.js'), // One HTTP request for all modules. -); + // One HTTP request for all modules. + 'js' => ['js/angular-crmResource/all.js'], +];