Merge branch '5.35' of https://github.com/civicrm/civicrm-core into merge
[civicrm-core.git] / ang / crmResource.ang.php
index eaa504f30cce2be195882447a0152a4651c66fbc..57ff946414c088261f20a2469c6c385c98d2a251 100644 (file)
@@ -1,10 +1,8 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// in CiviCRM. See also:
-// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
-
 return [
   'ext' => 'civicrm',
   // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
-  'js' => ['js/angular-crmResource/all.js'], // One HTTP request for all modules.
+  // One HTTP request for all modules.
+  'js' => ['js/angular-crmResource/all.js'],
 ];