Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
b3a10e304986674957c4fa1e7c39d8d0d11c810d
/
.
/
node_modules
/
jquery
/
src
/
var
/
hasOwn.js
blob: 44ab6807d8b84b0a30952a28033ad7d771762f9f [
file
] [
log
] [
blame
]
Copybara bot
be50d49
2023-11-30 00:16:42 +0100
[
diff
] [
blame
]
1
define
(
[
2
"./class2type"
3
],
function
(
class2type
)
{
4
"use strict"
;
5
6
return
class2type
.
hasOwnProperty
;
7
}
);