Files
codey.lol/public/scripts/jquery/src/var/hasOwn.js
2025-06-18 07:46:59 -04:00

8 lines
110 B
JavaScript

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