mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-08-05 12:50:10 +08:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
define([
|
|
"./class2type"
|
|
], function( class2type ) {
|
|
return class2type.hasOwnProperty;
|
|
});
|