mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
8
node_modules/dependency-tree/test/example/amd/a.js
generated
vendored
Normal file
8
node_modules/dependency-tree/test/example/amd/a.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
define([
|
||||
'./b',
|
||||
'./c'
|
||||
], function(b, c) {
|
||||
'use strict';
|
||||
|
||||
return 'cool';
|
||||
});
|
Reference in New Issue
Block a user