PolymerElements / iron-a11y-keys

A basic element implementation of iron-a11y-keys-behavior
19 stars 22 forks source link

Add @export annotation to _fireKeysPressed to disable renaming by Clo… #26

Closed hungyao closed 8 years ago

hungyao commented 8 years ago

There was an issue compiling iron-a11y-keys with Closure compiler as _fireKeysPressed gets renamed. This fixes this issue by disabling renaming on that function.