googlearchive / paper-menu

A Material Design menu
https://www.webcomponents.org/element/PolymerElements/paper-menu
27 stars 48 forks source link

Mistyped detached function in paper-submenu.html #86

Closed ghost closed 8 years ago

ghost commented 8 years ago

The detached function in paper-submenu.html - v1.2.2 is misspelt as dettached. This still appears in master as the time of writing.

brian-cruickshank commented 8 years ago

+1 dettached: function() { this.unlisten(this.__parent, 'iron-activate', '_onParentIronActivate'); },

Bug prevents unlisten from being called.