From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/moment/locale/es-us.js | 2 +- node_modules/moment/locale/hu.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'node_modules/moment/locale') diff --git a/node_modules/moment/locale/es-us.js b/node_modules/moment/locale/es-us.js index d5661efea..c7d2f9737 100644 --- a/node_modules/moment/locale/es-us.js +++ b/node_modules/moment/locale/es-us.js @@ -1,5 +1,5 @@ //! moment.js locale configuration -//! locale : Spanish(United State) [es-us] +//! locale : Spanish (United States) [es-us] //! author : bustta : https://github.com/bustta ;(function (global, factory) { diff --git a/node_modules/moment/locale/hu.js b/node_modules/moment/locale/hu.js index e2158741e..8460392bf 100644 --- a/node_modules/moment/locale/hu.js +++ b/node_modules/moment/locale/hu.js @@ -12,8 +12,7 @@ var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' '); function translate(number, withoutSuffix, key, isFuture) { - var num = number, - suffix; + var num = number; switch (key) { case 's': return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce'; -- cgit v1.2.3