chore(clean-up): remove unused test method
This commit is contained in:
parent
4b8105c165
commit
796d58c621
|
@ -418,10 +418,6 @@ export function main() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function names(templateBindings) {
|
|
||||||
return ListWrapper.map(templateBindings, (binding) => binding.name );
|
|
||||||
}
|
|
||||||
|
|
||||||
function exprSources(templateBindings) {
|
function exprSources(templateBindings) {
|
||||||
return ListWrapper.map(templateBindings,
|
return ListWrapper.map(templateBindings,
|
||||||
(binding) => isPresent(binding.expression) ? binding.expression.source : null );
|
(binding) => isPresent(binding.expression) ? binding.expression.source : null );
|
||||||
|
|
Loading…
Reference in New Issue