1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 21:20:07 +02:00
Files
gitlit/app/node_modules/jquery/src/var/hasOwn.js
2019-06-06 15:44:24 +02:00

8 lines
110 B
JavaScript

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