sateffen / nodgine

The nodgine is a small framework for creating fast webservices. The main focuses are speed and easiness.
MIT License
0 stars 0 forks source link

Replace multible Object.defineProperty with one Object.defineProperties #11

Closed sateffen closed 10 years ago

sateffen commented 10 years ago

In the class-definitions are a lot of "Object.definePropertys" calls. This calls can be replaced by Object.defineProperties to optimize readability and performance.