From 517d4f84ff3910a7a086502904558030734eadb7 Mon Sep 17 00:00:00 2001 From: keegan-lillo Date: Wed, 16 Mar 2016 08:12:13 +1100 Subject: [PATCH] Add quotes to slider description --- dev/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/config.js b/dev/config.js index 62416a2..b0019c9 100644 --- a/dev/config.js +++ b/dev/config.js @@ -36,7 +36,7 @@ module.exports = [ "appKey": "slider", "defaultValue": 15, "label": "Slider", - description: "This is the description for the slider", + "description": "This is the description for the slider", "min": 10, "max": 20, "step": 0.25