Merge "re-enable testapi auto update"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / jquery / src / var / hasOwn.js
1 define( [
2         "./class2type"
3 ], function( class2type ) {
4         "use strict";
5
6         return class2type.hasOwnProperty;
7 } );