chenglou / react-treeview

Easy, light, flexible tree view made with React.
1.09k stars 165 forks source link

Fixed component definition for using it as common requirejs module #10

Closed stremlenye closed 10 years ago

stremlenye commented 10 years ago

Had problem to use component as a requirejs module. Fixed it with the React-Bootstrap definition style. Check plz.

chenglou commented 10 years ago

Works with script tag and browserify so good enough for me. Haven't tested on requirejs but I'll trust you on this one. Thanks!

chenglou commented 10 years ago

(Released)

stremlenye commented 10 years ago

I already used this code in my project, which i built with requirejs. Thank you for your tree :)