mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
now html element can be generated by typescript
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { createDesktopElements } from './elemGen'
|
||||
import { imgIndexSpanUpdate } from './indexDisp'
|
||||
import { trackMouseInit } from './desktop'
|
||||
import { thresholdCtlInit } from './thresholdCtl'
|
||||
@@ -7,6 +8,7 @@ import { preloader } from './imageCache'
|
||||
import { getDeviceType } from './utils'
|
||||
|
||||
const desktopInit = (): void => {
|
||||
createDesktopElements()
|
||||
preloader(0)
|
||||
vwRefreshInit()
|
||||
imgIndexSpanUpdate(0, imagesArrayLen)
|
||||
|
||||
Reference in New Issue
Block a user