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:
10
ng2-components/ng2-alfresco-documentslist/dist/node_modules/es6-template-strings/passthru.js
generated
vendored
Normal file
10
ng2-components/ng2-alfresco-documentslist/dist/node_modules/es6-template-strings/passthru.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
var reduce = Array.prototype.reduce;
|
||||
|
||||
module.exports = function (literals/*, …substitutions*/) {
|
||||
var args = arguments;
|
||||
return reduce.call(literals, function (a, b, i) {
|
||||
return a + ((args[i] === undefined) ? '' : String(args[i])) + b;
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user