]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Add events to objects the modern way
authorsamhed <samuel@cendio.se>
Wed, 24 Aug 2016 15:01:03 +0000 (17:01 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 19 Sep 2016 13:58:21 +0000 (15:58 +0200)
commitd7f790719a1a78eba947ff2de1d9ffb3d4a95556
tree220850fbfd42741ca45851b3d5fc62151153456d
parentbfa414e5e8b3d4e766c8f5989785370439993a1b
Add events to objects the modern way

The old way only allows a single event handler per event, so switch
over everything to the new model.
app/ui.js