mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-30 17:14:57 +05:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
|
define( [
|
||
|
"./fnToString"
|
||
|
], function( fnToString ) {
|
||
|
"use strict";
|
||
|
|
||
|
return fnToString.call( Object );
|
||
|
} );
|