summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/ang/api4Explorer.js
blob: 85e10c467920a8298b1dfefd5e664da9bdf5e5e5 (plain)
1
2
3
4
(function(angular, $, _) {
  // Declare a list of dependencies.
  angular.module('api4Explorer', CRM.angRequires('api4Explorer'));
})(angular, CRM.$, CRM._);