Fix exports and use of constants

This commit is contained in:
Andreas Hocevar
2018-03-02 17:26:17 +01:00
parent 2f1dab4631
commit d818817117
3 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ export const POINTER_ID = 1;
/**
* @type {string}
*/
const POINTER_TYPE = 'mouse';
export const POINTER_TYPE = 'mouse';
/**