mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 23:19:41 +00:00
Restore Websock.allocateBuffers() after tests
This was accidentally removed in 0a6aec3578.
This commit is contained in:
@@ -115,6 +115,7 @@ describe('Remote Frame Buffer Protocol Client', function () {
|
||||
});
|
||||
|
||||
after(function () {
|
||||
Websock.prototype._allocateBuffers = Websock.prototype._oldAllocateBuffers;
|
||||
delete Websock.prototype.inspect;
|
||||
this.clock.restore();
|
||||
window.requestAnimationFrame = raf;
|
||||
|
||||
Reference in New Issue
Block a user