componentjs / builder2.js

builder for component
50 stars 20 forks source link

Exports: this is undefined with "use strict" #79

Closed tenbits closed 10 years ago

tenbits commented 10 years ago

When "use strict" is set, then this would be undefined. This can happen, e.g., if the component is embedded into some single file with the global "use strict".