bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
611 stars 1.03k forks source link

Fix lib/crypto/point.js lints #239

Closed Empact closed 6 years ago

Empact commented 6 years ago

In the spirit of "leave a thing better than you found it":

lib/crypto/point.js: line 29, col 3, 'point' used out of scope. lib/crypto/point.js: line 30, col 10, 'point' used out of scope. lib/crypto/point.js: line 50, col 3, 'point' used out of scope. lib/crypto/point.js: line 51, col 10, 'point' used out of scope.

Empact commented 6 years ago

On second thought, closing as inconsequential.