Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Remove out-dated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed May 23, 2014
1 parent 5b9a3be commit 3168309
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TemplateBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,6 @@
};
},

// TODO(rafaelw): Assigning .bindingDelegate always succeeds. It may
// make sense to issue a warning or even throw if the template is already
// "activated", since this would be a strange thing to do.
set bindingDelegate(bindingDelegate) {
if (this.delegate_) {
throw Error('Template must be cleared before a new bindingDelegate ' +
Expand Down

0 comments on commit 3168309

Please sign in to comment.