Merge pull request #19277 from yashodha/dev-2273
[civicrm-core.git] / ang / crmD3.ang.php
index 0a737341ae811a58d6002d00b478df23b13930d3..c95c53fd106f40132918a51195ffdbc8f3bde88c 100644 (file)
@@ -1,13 +1,9 @@
 <?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
-
-// ODDITY: Only loads if you have CiviMail permissions.
-// ODDITY: Extra resources loaded via CRM_Mailing_Info::getAngularModules.
+// This module provides the D3 graphing library
 
 return [
   'ext' => 'civicrm',
+  'basePages' => [],
   'js' => [
     'ang/crmD3.js',
     'bower_components/d3/d3.min.js',