2015-08-11 00:59:15 +01:00

1 line
77 B
JavaScript
Executable File

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