[Chromoting] Separate the click event handlers from the other event handlers.
commit258cddfdb22627e42793771dc3a01f5b1cb1cc07
authorgarykac <garykac@chromium.org>
Thu, 4 Dec 2014 22:30:31 +0000 (4 14:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Dec 2014 22:30:59 +0000 (4 22:30 +0000)
tree63c641c1f59ff392abbc9a7040a12a668c67cfe8
parent997c881a0c7c4c1e948dfa23ddd11ea6bfd8491a
[Chromoting] Separate the click event handlers from the other event handlers.

This breaks the webapp's initEventHandlers into two functions:
  initClickEventHandlers - for handling UI button clicks
  initEventHandlers - for other events (resize, load/unload)

NOTRY=True
BUG=

Review URL: https://codereview.chromium.org/766703005

Cr-Commit-Position: refs/heads/master@{#306912}
remoting/webapp/crd/js/crd_main.js
remoting/webapp/crd/js/event_handlers.js