There was an error while loading. Please reload this page.
1 parent 4b8105c commit 796d58cCopy full SHA for 796d58c
modules/change_detection/test/parser/parser_spec.js
@@ -418,10 +418,6 @@ export function main() {
418
});
419
}
420
421
- function names(templateBindings) {
422
- return ListWrapper.map(templateBindings, (binding) => binding.name );
423
- }
424
-
425
function exprSources(templateBindings) {
426
return ListWrapper.map(templateBindings,
427
(binding) => isPresent(binding.expression) ? binding.expression.source : null );
0 commit comments