Migrate gr-diff-comment to iron-a11y-keys

Bug: Issue 4198
Change-Id: I68ca64a9b0ef5cc9e83f19521529971d260fda55
This commit is contained in:
Kasper Nilsson
2017-06-19 11:27:22 -07:00
parent 23da39d7c0
commit 9fee82ef7d
3 changed files with 26 additions and 19 deletions

View File

@@ -56,6 +56,10 @@ limitations under the License.
getKeyboardEvent(e) {
return getKeyboardEvent(e);
},
getRootTarget(e) {
return Polymer.dom(getKeyboardEvent(e)).rootTarget;
},
};
window.Gerrit = window.Gerrit || {};