cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

FIx Chrome bugs #409

Closed cburschka closed 8 years ago

cburschka commented 8 years ago
  1. KeyEvent isn't defined
  2. Somehow the style disappears shortly after page load.

sigh fucking Chrome again.

cburschka commented 8 years ago

Also Array.concat, but in fairness that's my fuckup. The standard defines concat() on the Array prototype, not as a static method; that's just something that happens to be available in Firefox.