ffffng/app/bower_components/jquery/src/var/hasOwn.js

8 lines
110 B
JavaScript
Raw Normal View History

2017-05-13 13:25:33 +02:00
define( [
2014-05-12 20:08:19 +02:00
"./class2type"
], function( class2type ) {
2017-05-13 13:25:33 +02:00
"use strict";
2014-05-12 20:08:19 +02:00
return class2type.hasOwnProperty;
2017-05-13 13:25:33 +02:00
} );