chiasm-project / chiasm

A browser based environment for interactive data visualizations.
MIT License
184 stars 27 forks source link

Add new keyword before plugin constructor #34

Closed Hypercubed closed 9 years ago

Hypercubed commented 9 years ago

Currently plugins are constructor functions (usually inherited from curran/model). The new keyword is required by plugins that have been transpiled using babel.

curran commented 9 years ago

Yes, looks good. Enables use of classes, and does not impact existing plugins where new is optional.