From 71ed031524da88bd2ce1c204efabb5bcb60a13b0 Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Fri, 1 Aug 2014 19:31:18 -0700 Subject: [PATCH] remove outdated comment. --- test/html/bind-object-repeat.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/html/bind-object-repeat.html b/test/html/bind-object-repeat.html index 0ec40dd..fc8b420 100644 --- a/test/html/bind-object-repeat.html +++ b/test/html/bind-object-repeat.html @@ -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');