Marcisbee / radi

🌀Tiny (in size) front-end framework with no extra browser re-flows
https://radi.js.org
MIT License
948 stars 34 forks source link

Duplicated key in globals object. #15

Closed Anderson-Vasques closed 6 years ago

Anderson-Vasques commented 6 years ago

Hey folks, first of all nice project :+1: I was hacking out the source code of refactoring branch and found a duplicated key in the GLOBALS object. Is there any reason for that? https://github.com/radi-https://github.com/radi-js/radi/blob/refactor/src/consts/GLOBALS.js#L11 https://github.com/radi-https://github.com/radi-js/radi/blob/refactor/src/consts/GLOBALS.js#L17

(Should I open issues related to refactoring branch here or should I discuss about int the slack channel?)

rafaelklaessen commented 6 years ago

I'm currently working on the refactor (see my fork) and I've removed it there.

Anderson-Vasques commented 6 years ago

Ok. I will close this issue then.