Closed matthewp closed 7 years ago
Instead of having to do:
new Zone({ plugins: [...] });
This would be nice if you're only using plugins:
new Zone([ ... ]);
Instead of having to do:
This would be nice if you're only using plugins: