3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
|
|
define(function() {
|
||
|
|
return typeof undefined;
|
||
|
|
});
|