We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565cbfc commit 2fd1c09Copy full SHA for 2fd1c09
shelly/plotlyjs/static/plotlyjs/tests/events_test.js
@@ -100,7 +100,7 @@ describe('Events', function () {
100
expect(result).toBe('pong');
101
});
102
103
- it('triggers jQuery handlers when no node events initialized', function() {
+ it('triggers jQuery handlers when no matching node events bound', function() {
104
var eventBaton = 0;
105
106
Events.init(plotDiv);
@@ -129,7 +129,7 @@ describe('Events', function () {
129
130
131
132
- it('triggers jQuery handlers when no matching node events bound', function() {
+ it('triggers jQuery handlers when no node events initialized', function() {
133
134
135
$(plotDiv).bind('ping', function() {
0 commit comments