mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-26 09:29:14 +00:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
define( [
|
|
"./class2type"
|
|
], function( class2type ) {
|
|
"use strict";
|
|
|
|
return class2type.hasOwnProperty;
|
|
} );
|