mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
update jquery definition
This commit is contained in:
parent
30629e3d8a
commit
05200557be
3
libantosdk/build/debug/core/ts/jquery.d.ts
vendored
3
libantosdk/build/debug/core/ts/jquery.d.ts
vendored
@ -1,7 +1,4 @@
|
||||
export as namespace Sizzle;
|
||||
|
||||
declare const Sizzle: SizzleStatic;
|
||||
export = Sizzle;
|
||||
|
||||
interface SizzleStatic {
|
||||
selectors: Sizzle.Selectors;
|
||||
|
Binary file not shown.
3
libantosdk/core/ts/jquery.d.ts
vendored
3
libantosdk/core/ts/jquery.d.ts
vendored
@ -1,7 +1,4 @@
|
||||
export as namespace Sizzle;
|
||||
|
||||
declare const Sizzle: SizzleStatic;
|
||||
export = Sizzle;
|
||||
|
||||
interface SizzleStatic {
|
||||
selectors: Sizzle.Selectors;
|
||||
|
Loading…
Reference in New Issue
Block a user