historia-de-zainab/bower_components/jquery/src/var/hasOwn.js

8 lines
110 B
JavaScript
Raw Normal View History

2017-09-25 14:03:53 +02:00
define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.hasOwnProperty;
} );