mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
remove unused variable
This commit is contained in:
parent
b515ab83de
commit
b72abe9723
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ export var frame;
|
|||
// XXX: isTablet is legacy code that can be used to detect if we're running on a desktop browser
|
||||
// There are references to it throughout the codebase, should possibly be removed at some point
|
||||
export const isTablet = ('ontouchstart' in document.documentElement);
|
||||
export const supportTouch = ('ontouchstart' in document.documentElement);
|
||||
export const DEGTOR = Math.PI / 180;
|
||||
export const WINDOW_INNER_HEIGHT = window.innerHeight;
|
||||
export const WINDOW_INNER_WIDTH = window.innerWidth;
|
||||
|
|
Loading…
Reference in a new issue