gbiobob / ED3D-Galaxy-Map

Elite: Dangerous 3D map visualiser API (build with WebGL)

Home Page:https://wiki.ed-board.net/en/map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo: cusor instead of cursor

konsumate opened this issue · comments

commented

Hi there,

There is a consistent typo with "cusor" instead of "cursor" - "r" is missing:

# grep -ir cusor js/components/

js/components/action.class.js: this.addCusorOnHover(sel.x, sel.y, sel.z);
js/components/action.class.js: this.addCusorOnSelect(goX, goY, goZ);
js/components/action.class.js: 'addCusorOnSelect' : function (x, y, z) {
js/components/action.class.js: 'addCusorOnHover' : function (x, y, z) {

Thanks!
I just fix that ;)
(small issue, I close)