iVis-at-Bilkent / cytoscape.js-grid-guide

A Cytsocape.js extension to provide a framework for grid interactions such as grid lines and snapping to grid, and guidelines and snap support for alignment of nodes.
MIT License
59 stars 9 forks source link

Be compliant with JS strict mode #51

Closed Jajawah closed 3 years ago

Jajawah commented 3 years ago

I'm using a framework enforcing the JS strict mode and I encountering some errors due to some uninitialized variables like

Is it possible to ensure the respect of the strict mode ?

hasanbalci commented 3 years ago

@Jajawah Actually, these errors are fixed in the unstable branch and will be available with the next release. Until then, you can use the unstable branch.

Jajawah commented 3 years ago

I had not seen the related PR... since those erros are already fixed in the unstable branch, that's right for me. Many thanks !