tnhu / jsface

Small, fast, elegant, powerful, and cross platform JavaScript OOP library. Support main(), singleton, super call, private, mixins, plugins, AOP and more.
MIT License
301 stars 46 forks source link

Properties (getters and setters) unit tests #28

Closed zikicm closed 9 years ago

zikicm commented 9 years ago

Basic unit tests for getters and setters. They also test property inheritance.

tnhu commented 9 years ago

Thanks Milos!