Sebastian McKenzie 2e035663e1 dry up classes
2014-09-29 12:23:50 +10:00

6 lines
54 B
JavaScript

var obj = {
[foobar]() {
return "foobar"
}
};