mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Update JSDoc from Array.<> to Array<>
Same with Object.
This commit is contained in:
@@ -298,7 +298,7 @@ Graph.drawVisualization = function() {
|
||||
/**
|
||||
* Plot points on the function y = f(x).
|
||||
* @param {string} code JavaScript code.
|
||||
* @return {!Array.<!Array>} 2D Array of points on the graph.
|
||||
* @return {!Array<!Array>} 2D Array of points on the graph.
|
||||
*/
|
||||
Graph.plot = function(code) {
|
||||
// Initialize a table with two column headings.
|
||||
|
||||
Reference in New Issue
Block a user