[K/JS] Support companion objects in external and exported declarations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
define("bar", [], function() {
|
||||
return {
|
||||
Bar: {
|
||||
ok() { return "OK" }
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user