mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-18 17:04:57 -05:00
Under some closure flags the hostStack object was being split out into three unrelated functions. Converting it to a class makes the code more regular, and compile with more optimizations on. There's almost definitely a way to express what we were doing with closure annotations, but this seems more robust to me.