3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
|
define('jquery', function() {
|
||
|
return { name: 'jquery-bundled' };
|
||
|
});
|