From: Iskren Chernev Date: Mon, 9 Sep 2013 07:36:22 +0000 (-0700) Subject: Make jshint happy X-Git-Tag: 2.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bd97ff375424ad758041589bf82e49800af4ef;p=thirdparty%2Fmoment.git Make jshint happy --- diff --git a/lang/da.js b/lang/da.js index 3a7c84ec2..813578769 100644 --- a/lang/da.js +++ b/lang/da.js @@ -10,7 +10,7 @@ } else { factory(window.moment); // Browser global } -}(function(moment) { +}(function (moment) { moment.lang('da', { months : "januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"), monthsShort : "jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),