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