2016-09-24 06:40:40 +00:00
|
|
|
// create global references
|
2016-08-01 19:59:53 +00:00
|
|
|
import _ from 'underscore'
|
2016-09-22 16:16:15 +00:00
|
|
|
import Metamaps from './Metamaps'
|
2016-09-24 06:40:40 +00:00
|
|
|
|
|
|
|
window._ = _
|
2016-09-22 06:25:49 +00:00
|
|
|
window.Metamaps = Metamaps
|