Fix mistake in example code.

This commit is contained in:
Jonathan Puckey 2013-04-21 13:53:13 +02:00
parent 4b24690207
commit 0369f5aea9

View file

@ -1873,7 +1873,7 @@ var Item = this.Item = Base.extend(Callback, {
* // A look at the different stroke caps:
*
* var line = new Path({
* segments: [[80, 50], [420, 50],
* segments: [[80, 50], [420, 50]],
* strokeColor: 'black',
* strokeWidth: 20,
* selected: true