1141b4eef0
Due to known bugs[1] use the keyCode instead. [1] https://github.com/PolymerElements/iron-a11y-keys-behavior/issues/27 Change-Id: I61d80d6df5a241968651818324ca266304c9be69
15 lines
298 B
Python
15 lines
298 B
Python
include_defs('//lib/js.defs')
|
|
|
|
bower_components(
|
|
name = 'polygerrit_components',
|
|
deps = [
|
|
'//lib/js:iron-ajax',
|
|
'//lib/js:iron-autogrow-textarea',
|
|
'//lib/js:iron-dropdown',
|
|
'//lib/js:iron-input',
|
|
'//lib/js:iron-selector',
|
|
'//lib/js:page',
|
|
'//lib/js:polymer',
|
|
],
|
|
)
|