Commit 30c1f20b by Andrew Gaylard

Restore trailing comma, after review by T.K.

parent d387bf47
......@@ -116,7 +116,7 @@
},
style: {
top: zone.y_percent + '%', left: zone.x_percent + "%",
width: zone.width_percent + '%', height: zone.height_percent + "%"
width: zone.width_percent + '%', height: zone.height_percent + "%",
}
},
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment