googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 61 forks source link

Alter the test then function a little #163

Open arv opened 10 years ago

arv commented 10 years ago

Before this change all the chained then calls got grouped into the same setTimeout bucket, which meant that other setTimeouts all get called after all the then chained calls.

Fixes https://github.com/Polymer/ShadowDOM/issues/412