3 lines
66 B
JavaScript
3 lines
66 B
JavaScript
|
define('jquery-named', function() {
|
||
|
return { is: 'jquery' };
|
||
|
});
|