From: Will Dembinski Date: Fri, 6 Jan 2017 05:11:59 +0000 (-0800) Subject: Added new line in helper file X-Git-Tag: 2.19.0~48^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fad4a24cb44f3b53f13efe451fcf20b2be552ee;p=thirdparty%2Fmoment.git Added new line in helper file --- diff --git a/src/lib/utils/is-numeric.js b/src/lib/utils/is-numeric.js index 21e093eb2..fbc601b2a 100644 --- a/src/lib/utils/is-numeric.js +++ b/src/lib/utils/is-numeric.js @@ -3,4 +3,4 @@ export default function isNumeric(val) { return (val !== val + 1) && //infinity check ( _val === +val ) && //Cute coercion check (typeof val !== 'object') //Array/object check -} \ No newline at end of file +}