Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
src
/
var
/
class2type.js
blob: 4365d46a26f80438de17a35b891be1e5aba70414 [
file
] [
log
] [
blame
]
define
(
function
()
{
"use strict"
;
// [[Class]] -> type pairs
return
{};
}
);