forked from google/blockly-games
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding externs and moving externs to folder
Adding externs files for google charts and visualization and moving files into a folder.
- Loading branch information
kozbial
committed
Jul 20, 2016
1 parent
2c5cd45
commit 41f73a3
Showing
5 changed files
with
2,432 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* @fileoverview Externs for the Google Charts Loader API. | ||
* @see http://code.google.com/apis/ajax/documentation/ | ||
* @externs | ||
*/ | ||
|
||
/** @param {function()} callback */ | ||
google.charts.setOnLoadCallback = function(callback) {}; | ||
|
||
/** | ||
* @param {string} moduleVersion | ||
* @param {Object.<string,*>=} optionalSettings | ||
*/ | ||
google.charts.load = function(moduleVersion, optionalSettings) {}; |
Oops, something went wrong.