mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added more descriptive name to exported function
This commit is contained in:
parent
befb144486
commit
7de6384420
@ -61,7 +61,7 @@ function requestData(provider, args, callback, thisObj) {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = function render(input, out) {
|
||||
module.exports = function awaitTag(input, out) {
|
||||
var dataProvider = input._dataProvider;
|
||||
var arg = input.arg || {};
|
||||
arg.out = out;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user