Skip to content

Commit

Permalink
Merge pull request #85 from zoonman/patch-1
Browse files Browse the repository at this point in the history
Make context protected
  • Loading branch information
danchitnis authored Dec 24, 2024
2 parents 4eeafc3 + a800942 commit ec44357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webglplot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ type WebglPlotConfig = {
*/
export class WebglPlot {
/**
* @private
* @protected
*/
private readonly webgl: WebGLRenderingContext;
protected readonly webgl: WebGLRenderingContext;

/**
* Global horizontal scale factor
Expand Down

0 comments on commit ec44357

Please sign in to comment.