diff --git a/include/canvas.js b/include/canvas.js index 93aaff72..e28c3b04 100644 --- a/include/canvas.js +++ b/include/canvas.js @@ -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); }