yavsc/testOauthClient/wwwroot/lib/jquery/src/var/hasOwn.js

5 lines
92 B
JavaScript
Raw Normal View History

2016-06-12 01:32:51 +02:00
define([
"./class2type"
], function( class2type ) {
return class2type.hasOwnProperty;
});