2018-05-19 00:03:05 -04:00

1 line
77 B
JavaScript
Executable File

x = { get width() { return m_width }, set width(width) { m_width = width; } }