From 766bc7b1280ec02ecc719ca6fde9a09384e855e5 Mon Sep 17 00:00:00 2001 From: Timothy Guan-tin Chien Date: Mon, 19 Dec 2016 13:30:21 +0800 Subject: [PATCH] Line break after the option --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b1b49b5..bd56f8a 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ var examples = { ' color: \'random-dark\',\n' + ' backgroundColor: \'#f0f0f0\',\n' + ' rotateRatio: 0.5,\n' + - ' rotationSteps: 2,' + + ' rotationSteps: 2\n,' + ' ellipticity: 1,\n' + ' shape: function(theta) {\n' + ' /' + '/ Function for simple shapes can be generated manually with http://timdream.org/wordcloud2.js/shape-generator.html.\n' + @@ -134,7 +134,7 @@ var examples = { ' return (weight === 12) ? \'#f02222\' : \'#c09292\';\n' + ' },\n' + ' rotateRatio: 0.5,\n' + - ' rotationSteps: 2,' + + ' rotationSteps: 2,\n' + ' backgroundColor: \'#ffe0e0\'\n' + '}' }