Add missing semicolon.

master
David Schnur 13 years ago
parent 2c4c39f472
commit 7efb3876fa

@ -425,7 +425,7 @@ Licensed under the MIT license.
element: positions.length ? info.element.clone() : info.element,
x: x,
y: y
}
};
positions.push(position);

Loading…
Cancel
Save