2016-09-23 00:16:15 +08:00
|
|
|
// create global references to some utility libraries
|
2016-08-01 02:51:06 +08:00
|
|
|
import ReactDOM from 'react-dom'
|
2016-08-02 03:59:53 +08:00
|
|
|
import _ from 'underscore'
|
2016-08-01 02:51:06 +08:00
|
|
|
window.ReactDOM = ReactDOM
|
2016-08-02 03:59:53 +08:00
|
|
|
window._ = _
|
2016-08-01 02:51:06 +08:00
|
|
|
|
2016-09-23 00:16:15 +08:00
|
|
|
import Metamaps from './Metamaps'
|
2016-09-22 14:25:49 +08:00
|
|
|
window.Metamaps = Metamaps
|