aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/datepicker-fr-CH.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/datepicker-fr-CH.js')
-rw-r--r--ui/i18n/datepicker-fr-CH.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-fr-CH.js b/ui/i18n/datepicker-fr-CH.js
index d2f0584d6..b75c68337 100644
--- a/ui/i18n/datepicker-fr-CH.js
+++ b/ui/i18n/datepicker-fr-CH.js
@@ -1,6 +1,8 @@
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
( function( factory ) {
+ "use strict";
+
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
@@ -10,7 +12,8 @@
// Browser globals
factory( jQuery.datepicker );
}
-}( function( datepicker ) {
+} )( function( datepicker ) {
+"use strict";
datepicker.regional[ "fr-CH" ] = {
closeText: "Fermer",
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "fr-CH" ] );
return datepicker.regional[ "fr-CH" ];
-} ) );
+} );