5 lines
63 B
JavaScript
Vendored
5 lines
63 B
JavaScript
Vendored
var foo = {
|
|
bar: function() {
|
|
return "OK";
|
|
}
|
|
}; |