canjs / can-observable-mixin

Define properties on JavaScript classes
https://canjs.com
MIT License
2 stars 1 forks source link

Replace var with const and let #156

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

the var keywords are replaced by const/let. Except for src/define.js is keep complaining that define is already defined.