mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
# add dist
This commit is contained in:
13
ng2-components/ng2-alfresco-documentslist/dist/node_modules/async-each/test.js
generated
vendored
Normal file
13
ng2-components/ng2-alfresco-documentslist/dist/node_modules/async-each/test.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
each = require('async')
|
||||
|
||||
console.log('should be 1')
|
||||
|
||||
function sync(a, next) {
|
||||
next(null, a)
|
||||
}
|
||||
|
||||
each.each([ 'alpha', 'bravo', 'charlie' ], sync, function (err, result) {
|
||||
console.log('should be 3')
|
||||
})
|
||||
|
||||
console.log('should be 2')
|
Reference in New Issue
Block a user