Skip to content

Commit

Permalink
Merge pull request #415 from jvasile/comment-fix
Browse files Browse the repository at this point in the history
Fix mistaken comment about enabling synchronization
  • Loading branch information
bumbu authored Feb 11, 2024
2 parents 9824208 + a753076 commit aaa68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/sinchronized.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Demo for svg-pan-zoom: Sinchronized pan and zoom</h1>
window.zoomTiger = svgPanZoom('#demo-tiger', {
zoomEnabled: true,
controlIconsEnabled: true,
// Uncomment this in order to get Y asis synchronized pan
// Set y to true in order to get Y asis synchronized pan
beforePan: function(oldP, newP) {return {y:false}},
});

Expand Down

0 comments on commit aaa68d1

Please sign in to comment.