Code style fix
authorColeman Watts <coleman@civicrm.org>
Tue, 17 Nov 2015 02:55:57 +0000 (21:55 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 17 Nov 2015 02:55:57 +0000 (21:55 -0500)
ang/crmStatusPage/StatusPageServices.js
js/Common.js

index 6bcc28d0580e176f1b47cff6c05f0bf30934d870..a37ceafb9a87051513662f2180d506888bbdbb8d 100644 (file)
@@ -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();
-          })
+          });
         }
       };
     });
index e7c237a44623a6149217c4f61e3caff2efd9325b..a3a43a6f6b080c1d27a57c7744654e211821b606 100644 (file)
@@ -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, _);