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

6 lines
92 B
JavaScript
Raw Normal View History

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