Skip to content
Snippets Groups Projects
Commit 1865a0d7 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

fix documentation copy-paste error that breaks resize handling

parent ef5c7b2e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ const START_EVENT = 'resizeStart';
/**
* @event resizeEnd
*/
const END_EVENT = 'resizeStart';
const END_EVENT = 'resizeEnd';
/**
* This service allows to bind global events which influence a visualisation.
* Since cytoscape visualisations are not behaving like regular DOM elements,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment