1 line
77 B
JavaScript
Executable File
1 line
77 B
JavaScript
Executable File
x = { get width() { return m_width }, set width(width) { m_width = width; } } |