Skip to content

Commit

Permalink
Line break after the option
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Dec 19, 2016
1 parent 0698fb2 commit 766bc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
Expand Down Expand Up @@ -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' +
'}'
}
Expand Down

0 comments on commit 766bc7b

Please sign in to comment.