remove some unneeded functions

This commit is contained in:
2026-01-03 08:25:32 -06:00
parent d12d77c22c
commit b0f0a5f63f
2 changed files with 1 additions and 220 deletions

View File

@@ -83,12 +83,6 @@ function use_core(path) {
var blob = use_core('blob')
// Capture Object and Array methods before they're deleted
Object.prototype.toString = function()
{
return json.encode(this)
}
globalThis.actor = function()
{
@@ -348,7 +342,7 @@ function guid(bits = 256)
return text(guid,'h')
}
var HEADER = key()
var HEADER = {}
// takes a function input value that will eventually be called with the current time in number form.
$_.clock = function(fn) {