fix backbone jquery
This commit is contained in:
parent
6997142fd9
commit
6eff2d91c9
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import ExploreHeader from './components/ExploreHeader'
|
|||
// in the bundle, so we won't need a global reference
|
||||
window.React = React
|
||||
window.ReactDOM = ReactDOM
|
||||
Backbone.$ = window.$
|
||||
window.Backbone = Backbone
|
||||
window._ = _
|
||||
|
||||
|
|
Loading…
Reference in a new issue