From 232785ea946283c40bf0a076488ca8eb8b81b3fb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 16 Nov 2015 21:55:57 -0500 Subject: [PATCH] Code style fix --- ang/crmStatusPage/StatusPageServices.js | 2 +- js/Common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ang/crmStatusPage/StatusPageServices.js b/ang/crmStatusPage/StatusPageServices.js index 6bcc28d058..a37ceafb9a 100644 --- a/ang/crmStatusPage/StatusPageServices.js +++ b/ang/crmStatusPage/StatusPageServices.js @@ -23,7 +23,7 @@ // TODO: Is there a more "Angular" way to do this animation? element.on('click', 'button:not(.hush-menu-button), li', function() { $(this).closest('div.crm-status-item').slideUp(); - }) + }); } }; }); diff --git a/js/Common.js b/js/Common.js index e7c237a446..a3a43a6f6b 100644 --- a/js/Common.js +++ b/js/Common.js @@ -1507,5 +1507,5 @@ if (!CRM.vars) CRM.vars = {}; throw 'Invalid input passed to CRM.utils.formatDate'; } return $.datepicker.formatDate(outputFormat || CRM.config.dateInputFormat, input); - } + }; })(jQuery, _); -- 2.25.1