Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/fullcalendar/localization/momentPlugin.js')
-rw-r--r--src/fullcalendar/localization/momentPlugin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fullcalendar/localization/momentPlugin.js b/src/fullcalendar/localization/momentPlugin.js
index c0db2052..5bde5999 100644
--- a/src/fullcalendar/localization/momentPlugin.js
+++ b/src/fullcalendar/localization/momentPlugin.js
@@ -38,6 +38,7 @@ const momentFactory = ($store, { array }) => {
/**
* Construct a cmdFormatter that can be used to construct a FullCalendar plugin
*
+ * @param $store
* @return {function(string, string):string} cmdFormatter function
*/
const cmdFormatterFactory = ($store) => (cmdStr, arg) => {