REF Ensure that when doing RLIKE BINARY the field is cast as BINARY to prevent issue...
[civicrm-core.git] / ang / api4Explorer.js
1 (function(angular, $, _) {
2 // Declare a list of dependencies.
3 angular.module('api4Explorer', CRM.angRequires('api4Explorer'));
4 })(angular, CRM.$, CRM._);