Remove mozOpaque for driver.

This commit is contained in:
Brendan Dahl 2013-03-29 15:18:18 -07:00
parent bd7eba0d46
commit 95dd33d51a

View File

@ -50,7 +50,6 @@ function load() {
var delay = params.delay || 0;
canvas = document.createElement('canvas');
canvas.mozOpaque = true;
stdout = document.getElementById('stdout');
info('User Agent: ' + navigator.userAgent);