bubble maps

This commit is contained in:
nixa 2016-05-02 19:49:37 +03:00
parent 1b2b7e42b1
commit f63d286aa1
23 changed files with 830 additions and 1 deletions

View file

@ -32,6 +32,7 @@ import * as _ from 'lodash'
declare var $:any;
declare var GoogleMapsLoader:any;
declare var L:any;
declare var AmCharts:any;
// Extra variables that live on Global that will be replaced by webpack DefinePlugin
declare var ENV: string;