Skip to content

Improve camera init #3585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed syntax
  • Loading branch information
archmoj committed Mar 8, 2019
commit 98b28ac2c7465cd3d25cd71b0303a2d3729ba8f3
2 changes: 1 addition & 1 deletion test/jasmine/tests/gl3d_plot_interact_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Test gl3d plots', function() {
var _mock = Lib.extendDeep({}, mock2);

function _hover() {
mouseEvent('mouseover', 0, 0)
mouseEvent('mouseover', 0, 0);
mouseEvent('mouseover', 655, 221);
return delay(20)();
}
Expand Down