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