Skip to content
Permalink
9d5e76b215
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (6 sloc) 110 Bytes
define( [
"./class2type"
], function( class2type ) {
"use strict";
return class2type.hasOwnProperty;
} );