got rid of jquery $ warning

This commit is contained in:
nixa 2016-04-29 17:45:20 +03:00
parent a8cd300ecc
commit 32f4967d37

View file

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