WebReflection / node-gtk

GNOME Gtk+ bindings for NodeJS
MIT License
74 stars 9 forks source link

classes more conform to standard JS #11

Closed WebReflection closed 8 years ago

WebReflection commented 8 years ago

As discussed in issue #8 the current branch uses JS like descriptors for exported "classes" and their prototype.

WebReflection commented 8 years ago

answered inline and put the ternary inline too ... is it good now?