Skip to content

Commit

Permalink
Merge pull request #14 from nmoinvaz/fixes/undefined-trident
Browse files Browse the repository at this point in the history
Removed IE_VERSION variable due to undefined error on trident. #13
  • Loading branch information
arv authored Feb 20, 2019
2 parents aa989ea + 52df142 commit 565afad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions excanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ if (!document.createElement('canvas').getContext) {
var Z = 10;
var Z2 = Z / 2;

var IE_VERSION = +navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];

/**
* This funtion is assigned to the <canvas> elements as element.getContext().
* @this {HTMLElement}
Expand Down

0 comments on commit 565afad

Please sign in to comment.