brownhci / WebGazer

WebGazer.js: Scalable Webcam EyeTracking Using User Interactions
https://webgazer.cs.brown.edu
Other
3.54k stars 536 forks source link

Redundant function definition #201

Closed peilingjiang closed 3 years ago

peilingjiang commented 3 years ago

https://github.com/brownhci/WebGazer/blob/e18083c655f3e9dd2fae56baa72af00bfabd54b0/src/index.mjs#L944

The definition is overridden by the one right after in line 957.

xanderkoo commented 3 years ago

Oops, good catch. Thanks!!