mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
define( [
|
|
"./class2type"
|
|
], function( class2type ) {
|
|
"use strict";
|
|
|
|
return class2type.hasOwnProperty;
|
|
} );
|