dev/core#2719 [REF] Remove a couple more (tested) references to legacy contribution_i...
[civicrm-core.git] / ang / crmUtil.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3return [
4 'ext' => 'civicrm',
5 'js' => ['ang/crmUtil.js'],
6 'requires' => [],
7];