update polymer

This commit is contained in:
Luke Pulverenti 2015-09-25 20:24:11 -04:00
parent d61dd06176
commit c2111d130d
32 changed files with 182 additions and 132 deletions

View file

@ -86,7 +86,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
function runAfterOpen(overlay, cb) {
overlay.addEventListener('iron-overlay-opened', function() {
cb();
Polymer.Base.async(cb, 1);
});
overlay.open();
}