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 eebeffe commit 18f7365Copy full SHA for 18f7365
src/constants.js
@@ -1,4 +1,4 @@
1
-export const REVISION = '172';
+export const REVISION = '173dev';
2
3
export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
4
export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
0 commit comments