mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -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 {jQuery: jq} = require('../win');
|
||||
const {jq} = require('../globals');
|
||||
const root = require('./root');
|
||||
|
||||
const $el = jq('<div id="mainrow"/>').appendTo(root.$el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue