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