X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmResource.ang.php;h=577f48e1efd332722157abf0108a87ed5b68880e;hb=9f3a27184fb6cb45215295779bb13dbba9d8b99f;hp=f63cc54c54d00d354c5020928508740e503179b4;hpb=ffaace3214501bdd003458b1716297f412a7806b;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'], +];