There was an error while loading. Please reload this page.
1 parent abcc244 commit ce66027Copy full SHA for ce66027
astar.js
@@ -152,9 +152,9 @@ var astar = {
152
153
/**
154
* A graph memory structure
155
-* @param {Array} [gridIn] 2D array of input weights
156
-* @param {bool} options
157
-* diagonal: Specifies whether diagonal moves are allowed
+* @param {Array} gridIn: 2D array of input weights
+* @param {Object} options:
+* - diagonal: Specifies whether diagonal moves are allowed.
158
*/
159
function Graph(gridIn, options) {
160
options = options || {};
0 commit comments