PolymerElements / iron-overlay-behavior

Makes an element an overlay with an optional backdrop
41 stars 71 forks source link

Update deprecated function call #300

Closed mgiuffrida closed 4 years ago

mgiuffrida commented 4 years ago

Replace call to deprecated Polymer.Gestures.add function with Polymer.Gestures.addListener.

Fixes a Closure compiler error (JSC_DEPRECATED_PROP_REASON).

mgiuffrida commented 4 years ago

@aomarks PTAL at this version to land the change directly on master (which I should have done in the first place).

aomarks commented 4 years ago

Thanks Michael!