6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
define([
|
||
|
"./class2type"
|
||
|
], function( class2type ) {
|
||
|
return class2type.hasOwnProperty;
|
||
|
});
|