1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-05 00:49:00 +02:00

Added BLUR function

This commit is contained in:
Tim Voronov
2019-09-07 12:59:37 -04:00
parent 926cc305df
commit d144c618eb
13 changed files with 129 additions and 2 deletions

View File

@ -15,6 +15,7 @@ func RegisterLib(ns core.Namespace) error {
"ATTR_GET": AttributeGet,
"ATTR_REMOVE": AttributeRemove,
"ATTR_SET": AttributeSet,
"BLUR": Blur,
"COOKIE_DEL": CookieDel,
"COOKIE_GET": CookieGet,
"COOKIE_SET": CookieSet,