PolymerElements / iron-overlay-behavior

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

Update deprecated function call #301

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 last one, PTAL