mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
8 lines
110 B
JavaScript
Executable File
8 lines
110 B
JavaScript
Executable File
define( [
|
|
"./fnToString"
|
|
], function( fnToString ) {
|
|
"use strict";
|
|
|
|
return fnToString.call( Object );
|
|
} );
|