6 lines
72 B
JavaScript
Vendored
6 lines
72 B
JavaScript
Vendored
var JsEnum = {
|
|
Foo : 1,
|
|
Bar : "BAR",
|
|
Baz : { ok : "OK" }
|
|
};
|