Skip to content

Commit

Permalink
docs: Fix a few typos (shutterstock#634)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Gates <[email protected]>
  • Loading branch information
timgates42 authored Nov 19, 2024
1 parent 8124fb9 commit 70ecc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Rickshaw.Graph.DragZoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ exports.notDrag = function(test) {
rect = d3.select(element).selectAll('rect')[0][0];
test.equal(rect, null, 'after mouseup rect is gone');

// This is not reproduceable in the browser
// This is not reproducible in the browser
event = global.document.createEvent('MouseEvent');
event.initMouseEvent('mousedown', true, true, window, 1, 800, 600, 290, 260, false, false, false, false, 0, null);
drag.svg[0][0].dispatchEvent(event);
Expand Down

0 comments on commit 70ecc68

Please sign in to comment.