From ae8ae8a624237d0c9710919d993b5342ef44a36b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 1 Jan 2010 10:49:36 -0500 Subject: Proper client-side attrifyString --- src/settings.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/settings.sml b/src/settings.sml index b95ce1ea..03b7fd6d 100644 --- a/src/settings.sml +++ b/src/settings.sml @@ -158,7 +158,7 @@ val jsFuncsBase = basisM [("alert", "alert"), ("onConnectFail", "onConnectFail"), ("onDisconnect", "onDisconnect"), ("onServerError", "onServerError"), - ("attrifyString", "escape"), + ("attrifyString", "atr"), ("attrifyInt", "ts"), ("attrifyFloat", "ts"), ("attrifyBool", "bs"), -- cgit v1.2.3