Files
babystats/static/externs.js
2016-01-08 12:42:29 -08:00

15 lines
286 B
JavaScript

/* 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) {};