js/angular-crm-ui.js - Typo
[civicrm-core.git] / js / angular-crm-ui.js
index d144c377159e495a2ad455847c9dcec726f2c35b..211a2aa861cae06cbb12ed5c9961ce44d8253b0e 100644 (file)
     // Example: <button crm-confirm="{message: ts('Frobincation is a footastical operation')}" on-yes="frobnicate(123)">Frobincate</button>
     // Example: <button crm-confirm="{type: 'disable', obj: myObject}" on-yes="myObject.is_active=0; myObject.save()">Disable</button>
     .directive('crmConfirm', function () {
-      // Helpers to calculate default options from CRM.confirm()
+      // Helpers to calculate default options for CRM.confirm()
       var defaultFuncs = {
         'disable': function (options) {
           return {