2016-09-24 14:40:40 +08:00
|
|
|
// create global references
|
2016-12-11 16:09:12 -05:00
|
|
|
import _ from 'lodash'
|
2016-09-23 00:16:15 +08:00
|
|
|
import Metamaps from './Metamaps'
|
2016-09-24 14:40:40 +08:00
|
|
|
|
|
|
|
window._ = _
|
2016-09-22 14:25:49 +08:00
|
|
|
window.Metamaps = Metamaps
|