mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 21:20:07 +02:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
define( [
|
|
"./class2type"
|
|
], function( class2type ) {
|
|
"use strict";
|
|
|
|
return class2type.hasOwnProperty;
|
|
} );
|