Skip to content

Commit 98b28ac

Browse files
committed
fixed syntax
1 parent e3ec0e4 commit 98b28ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ describe('Test gl3d plots', function() {
234234
var _mock = Lib.extendDeep({}, mock2);
235235

236236
function _hover() {
237-
mouseEvent('mouseover', 0, 0)
237+
mouseEvent('mouseover', 0, 0);
238238
mouseEvent('mouseover', 655, 221);
239239
return delay(20)();
240240
}

0 commit comments

Comments
 (0)