8 Polymer.IronResizableBehavior,
9 Polymer.IronSelectableBehavior
14 // as the selected page is the only one visible, activateEvent
15 // is both non-sensical and problematic; e.g. in cases where a user
16 // handler attempts to change the page and the activateEvent
17 // handler immediately changes it back
26 '_selectedPageChanged(selected)'
29 _selectedPageChanged: function(selected, old) {
30 this.async(this.notifyResize);