Skip to content

Commit

Permalink
Slider: change event is too greedy with mouse drag
Browse files Browse the repository at this point in the history
  • Loading branch information
cgack committed Sep 4, 2014
1 parent 222cc33 commit 1488ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/slider/slider_events.js
Expand Up @@ -482,7 +482,7 @@

control.unbind( "change", changeFunc );

deepEqual( actualChanges, changeCount, "change events match actual changes in value" );
strictEqual( actualChanges, changeCount, "change events match actual changes in value" );
});

// NOTE this test isn't run because the event data isn't easily accessible
Expand Down

0 comments on commit 1488ae9

Please sign in to comment.