mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 12:25:02 -05:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
define( [
|
|
"./hasOwn"
|
|
], function( hasOwn ) {
|
|
return hasOwn.toString;
|
|
} );
|