atoms19 / dominity.js

minimalist frontend js framework
https://dominity-docs.vercel.app
Apache License 2.0
13 stars 3 forks source link

Update to ECMASCRIPT 2015 #1

Closed Wixonic closed 3 years ago

Wixonic commented 3 years ago

Update main/dominitySRC.js to ECMASCRIPT 2015.

See what is changed.

Wixonic commented 3 years ago

@Wixonic great job on updating the source code but I think you missed a spot:

https://github.com/atoms19/dominity.js/blob/e2857ae4177cbbf2bd91ceb76d12439609dc3105/dominitySRC.js#L97

Maybe something like this should be more concise: this.cnt += ${jump};

Resolved !

https://github.com/atoms19/dominity.js/blob/f9fda96e15f08be95633d484a7a446463513f6e9/dominitySRC.js#L97