tomchentw / react-toastr

React.js toastr component
https://tomchentw.github.io/react-toastr/
MIT License
619 stars 112 forks source link

Update jQuery calls to use jQuery rather than $ #5

Closed marcus closed 10 years ago

marcus commented 10 years ago

A small change to avoid assuming $ is mapped to jQuery in the global namespace.

tomchentw commented 10 years ago

Thanks a lot. Will release new version tonight.