Skip to content

Commit

Permalink
Remove the deprecated $.support
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jun 3, 2024
1 parent 9e1aa64 commit 67682da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/jcanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4595,11 +4595,6 @@ jCanvas.clearCache = function clearCache() {
}
};

// Enable canvas feature detection with $.support
if ($.support) {
$.support.canvas = typeof HTMLCanvasElement !== "undefined";
}

// Export jCanvas functions
extendObject(jCanvas, {
defaults: defaults,
Expand Down

0 comments on commit 67682da

Please sign in to comment.