Github user vega113 commented on a diff in the pull request: https://github.com/apache/incubator-wave/pull/21#discussion_r111781019 --- Diff: wave/src/main/java/org/waveprotocol/wave/client/common/util/SignalEventImpl.java --- @@ -93,8 +93,8 @@ public static boolean isKeyEvent(Event event) { } private static final UserAgentType currentUserAgent = - (UserAgent.isWebkit() ? UserAgentType.WEBKIT : ( - UserAgent.isFirefox() ? UserAgentType.GECKO : UserAgentType.IE)); + (UserAgent.isWebkit() ? UserAgentType.WEBKIT : ( --- End diff -- Are you sure we need this change in formatting?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---