Explorar el Código

Update constants.js (#25962)

林炳权 hace 2 años
padre
commit
c1b9572108
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/constants.js

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export const REVISION = '152';
+export const REVISION = '153dev';
 
 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 };