SearchKit - Refactor task-related functions into a trait and move base trait to its...
[civicrm-core.git] / ext / search_kit / ang / crmSearchDisplay.module.js
1 (function(angular, $, _) {
2 "use strict";
3
4 // Declare module
5 angular.module('crmSearchDisplay', CRM.angRequires('crmSearchDisplay'));
6
7 })(angular, CRM.$, CRM._);