mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
import WINDOW_INNER_HEIGHT from lib
This commit is contained in:
parent
f40757c50f
commit
bdc158f6d2
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import {newHTML, newDiv, newP, gn,
|
|||
setCanvasSizeScaledToWindowDocumentHeight,
|
||||
DEGTOR, getIdFor, setProps, isTablet, isiOS,
|
||||
isAndroid, fitInRect, scaleMultiplier, setCanvasSize,
|
||||
globaly, globalx, rgbToHex} from '../../utils/lib';
|
||||
globaly, globalx, rgbToHex, WINDOW_INNER_HEIGHT} from '../../utils/lib';
|
||||
|
||||
export default class Sprite {
|
||||
constructor (attr, whenDone) {
|
||||
|
|
Loading…
Reference in a new issue