mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 19:47:04 -04:00
Refactor win.js into globals.js.
This commit is contained in:
parent
58cbad2bfd
commit
1cba9290b6
49 changed files with 106 additions and 118 deletions
|
@ -1,4 +1,4 @@
|
|||
const {window: win, jQuery: jq, _: lo} = require('../win');
|
||||
const {win, jq, lo} = require('../globals');
|
||||
const event = require('../core/event');
|
||||
const format = require('../core/format');
|
||||
const resource = require('../core/resource');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue