mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 16:28:50 +00:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
|
|
define( [
|
||
|
|
"./class2type"
|
||
|
|
], function( class2type ) {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
return class2type.hasOwnProperty;
|
||
|
|
} );
|