componentjs / builder2.js

builder for component
50 stars 20 forks source link

Do not name AMD export #88

Open csnover opened 9 years ago

csnover commented 9 years ago

3-argument define call is for AMD builds only and should not be included in a UMD wrapper.

Refs chaijs/chai#362.