From c4300f419c4a07b648f04002708a948be350b1b3 Mon Sep 17 00:00:00 2001 From: Joscha Rohmann Date: Sun, 21 Aug 2016 00:58:54 +0200 Subject: [PATCH] Updated jscore to commit c7e46b7cd639b5d093fc8bc6eae8760a33c7ce8e. --- lib/blocks/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocks/core.js b/lib/blocks/core.js index e449aeb..14a0da3 100644 --- a/lib/blocks/core.js +++ b/lib/blocks/core.js @@ -520,7 +520,7 @@ * If the value could not be parsed to a number it is not converted * * @memberof blocks - * @param {[type]} value - The value to be converted to the specified unit + * @param {String|Number} value - The value to be converted to the specified unit * @param {String} [unit='px'] - Optionally provide a unit to convert to. * Default value is 'px' *