Code style fix
[civicrm-core.git] / js / Common.js
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, _);