chore(clean-up): remove unused test method

This commit is contained in:
Kevin Moore 2015-02-03 12:07:48 -08:00 committed by Alex Eagle
parent 4b8105c165
commit 796d58c621
1 changed files with 0 additions and 4 deletions

View File

@ -418,10 +418,6 @@ export function main() {
});
}
function names(templateBindings) {
return ListWrapper.map(templateBindings, (binding) => binding.name );
}
function exprSources(templateBindings) {
return ListWrapper.map(templateBindings,
(binding) => isPresent(binding.expression) ? binding.expression.source : null );