c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
982 stars 129 forks source link

Documentation omission #40

Closed chrisivens closed 7 years ago

chrisivens commented 10 years ago

Is it worth mentioning that when a provided plugin is not a function, the register method sets a 'name' property. This could clobber any existing data if name was already in use.

nightwing commented 7 years ago

fixed in https://github.com/c9/architect/pull/55/files#diff-56035da2d48970ef544ced59a8c0cc68L513