mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-02-23 09:48:29 +05:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
![]() |
define( [
|
||
|
"./fnToString"
|
||
|
], function( fnToString ) {
|
||
|
"use strict";
|
||
|
|
||
|
return fnToString.call( Object );
|
||
|
} );
|