mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
fix typo in cytoscape typings (#37522)
This commit is contained in:
committed by
Pranav Senthilnathan
parent
40bf665098
commit
2987240fa2
2
types/cytoscape/index.d.ts
vendored
2
types/cytoscape/index.d.ts
vendored
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user