5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
|
define(function () {
|
||
|
return {
|
||
|
name: "blue"
|
||
|
};
|
||
|
});
|