Skip to content

Commit

Permalink
Removed IE_VERSION variable due to undefined error on trident. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jan 8, 2019
1 parent aa989ea commit 52df142
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions excanvas.js
Expand Up @@ -48,8 +48,6 @@ if (!document.createElement('canvas').getContext) {
var Z = 10; var Z = 10;
var Z2 = Z / 2; 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 funtion is assigned to the <canvas> elements as element.getContext().
* @this {HTMLElement} * @this {HTMLElement}
Expand Down

0 comments on commit 52df142

Please sign in to comment.