]> git.proxmox.com Git - mirror_novnc.git/commit
Don't modify Array prototype
authorSolly Ross <sross@redhat.com>
Sat, 3 Sep 2016 17:49:55 +0000 (13:49 -0400)
committerSolly Ross <sross@redhat.com>
Fri, 16 Sep 2016 19:49:52 +0000 (15:49 -0400)
commit3949a095342153865682d716a7289c5de3e611c2
tree6bb523576ff6a41773293e68fe465bf1ff074b53
parent72bdd06ea2d3a2b7f102ac6e068a205433e52a38
Don't modify Array prototype

This commit removes our modification of the Array prototype.
It wasn't actually used much in the main code, anyway, and it's a
bad practice to modify built-in prototypes.
core/util.js
tests/test.rfb.js
tests/test.util.js