mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Use less jQuery, more native
This commit is contained in:
parent
24cb874c87
commit
bdb36ec128
35 changed files with 492 additions and 779 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import ko from 'ko';
|
||||
import { KeyState } from 'Common/Enums';
|
||||
|
||||
export const $html = jQuery('html');
|
||||
export const $htmlCL = document.documentElement.classList;
|
||||
export const $html = document.documentElement;
|
||||
export const $htmlCL = $html.classList;
|
||||
|
||||
/**
|
||||
* @type {?}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue