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

Commit

Permalink
remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 2, 2014
1 parent 4745a8a commit 71ed031
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/html/bind-object-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
});
},
test: function() {
// TODO(sorvell): we're watching for a mutation on container
// this mutation is observed before CE notices that the children
// of container. That's probably because of the order of mutation
// observers.
//CustomElements.takeRecords();
chai.assert.equal(this.$.foo.obj, this.testObj);
function checkXFoo(xFoo) {
var p = xFoo.shadowRoot.querySelector('p');
Expand Down

0 comments on commit 71ed031

Please sign in to comment.