Closed chrisivens closed 7 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.
fixed in https://github.com/c9/architect/pull/55/files#diff-56035da2d48970ef544ced59a8c0cc68L513
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.