thelounge/client/components/jquery/src/var/hasOwn.js
2014-06-17 17:04:57 +02:00

6 lines
92 B
JavaScript

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