get_my/node_modules/jquery/src/var/hasOwn.js
2022-08-05 16:55:56 -05:00

7 lines
110 B
JavaScript

define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.hasOwnProperty;
} );