crmMailing2 - Tweak syntax
authorTim Otten <totten@civicrm.org>
Sat, 22 Nov 2014 07:03:47 +0000 (23:03 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 22 Nov 2014 07:03:47 +0000 (23:03 -0800)
js/angular-crmMailing2.js

index 5c2213b839be4c6b1ba32f76bb568460e3238e69..8176117639b7f3c8326d45f3147cd80d14d0ef04 100644 (file)
             modal: true,
             title: ts('Subject: %1', {
               1: content.subject
-            }),
+            })
           };
           dialogService.open('previewDialog', template, content, options);
         });