include/canvas.js: show full user agent in console.

This commit is contained in:
Joel Martin 2011-01-04 10:30:26 -06:00
parent e3716842ef
commit 9b940131d3
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ function constructor() {
if (! conf.ctx) { conf.ctx = c.getContext('2d'); }
ctx = conf.ctx;
Util.Debug("User Agent: " + navigator.userAgent);
if (UE.gecko) { Util.Debug("Browser: gecko " + UE.gecko); }
if (UE.webkit) { Util.Debug("Browser: webkit " + UE.webkit); }
if (UE.trident) { Util.Debug("Browser: trident " + UE.trident); }