Get rid of google charts errors.
This commit is contained in:
14
static/externs.js
Normal file
14
static/externs.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Externs that we don't get from real sources are here */
|
||||
|
||||
google.charts = {};
|
||||
|
||||
/**
|
||||
* @param {function()} callback
|
||||
*/
|
||||
google.charts.setOnLoadCallback = function(callback) {};
|
||||
|
||||
/**
|
||||
* @param {Node} container
|
||||
* @constructor
|
||||
*/
|
||||
google.visualization.Timeline = function(container) {};
|
||||
Reference in New Issue
Block a user