]> git.proxmox.com Git - mirror_novnc.git/commit
Fix slice usage in display tests on IE11
authorSolly Ross <sross@redhat.com>
Wed, 10 Jan 2018 16:08:21 +0000 (11:08 -0500)
committerSolly Ross <sross@redhat.com>
Wed, 10 Jan 2018 16:08:21 +0000 (11:08 -0500)
commitaf4deba893faabfdf804cb139e43dfb7125c4303
treea889a2c41bb93f11ab347aff691108c7150e465e
parent37c609359ab3606cba2b233611adce029a84ac01
Fix slice usage in display tests on IE11

IE11 doesn't support the `slice` method on ArrayBufferViews, so
we have to use the old `Array.prototype.slice.call` trick in the
tests instead.
tests/test.display.js