Browse Source

Update constants.js

Update revision.
Michael Herzog 1 năm trước cách đây
mục cha
commit
a6130f8f11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/constants.js

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export const REVISION = '164';
+export const REVISION = '165dev';
 
 export const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
 export const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };