6 lines
48 B
JavaScript
6 lines
48 B
JavaScript
|
|
/**
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
define({
|
||
|
|
helloWorld : 'hola'
|
||
|
|
});
|