fix typo in cytoscape typings (#37522)

This commit is contained in:
Gregory Chen
2019-08-12 15:07:28 -04:00
committed by Pranav Senthilnathan
parent 40bf665098
commit 2987240fa2

View File

@@ -82,7 +82,7 @@ declare namespace cytoscape {
/**
* Scratchpad data (usually temp or nonserialisable data)
*/
scatch?: Scratchpad;
scratch?: Scratchpad;
/**
* The model position of the node (optional on init, mandatory after)
*/