include/canvas.js: show full user agent in console.
This commit is contained in:
parent
e3716842ef
commit
9b940131d3
|
@ -109,6 +109,7 @@ function constructor() {
|
||||||
if (! conf.ctx) { conf.ctx = c.getContext('2d'); }
|
if (! conf.ctx) { conf.ctx = c.getContext('2d'); }
|
||||||
ctx = conf.ctx;
|
ctx = conf.ctx;
|
||||||
|
|
||||||
|
Util.Debug("User Agent: " + navigator.userAgent);
|
||||||
if (UE.gecko) { Util.Debug("Browser: gecko " + UE.gecko); }
|
if (UE.gecko) { Util.Debug("Browser: gecko " + UE.gecko); }
|
||||||
if (UE.webkit) { Util.Debug("Browser: webkit " + UE.webkit); }
|
if (UE.webkit) { Util.Debug("Browser: webkit " + UE.webkit); }
|
||||||
if (UE.trident) { Util.Debug("Browser: trident " + UE.trident); }
|
if (UE.trident) { Util.Debug("Browser: trident " + UE.trident); }
|
||||||
|
|
Loading…
Reference in New Issue