2016-09-24 14:40:40 +08:00
|
|
|
// create global references
|
2016-08-02 03:59:53 +08:00
|
|
|
import _ from 'underscore'
|
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
|