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