diff options
Diffstat (limited to 'jsonrpc/jsondate.esp')
-rw-r--r-- | jsonrpc/jsondate.esp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/jsonrpc/jsondate.esp b/jsonrpc/jsondate.esp index 42418eaef2..3467228df6 100644 --- a/jsonrpc/jsondate.esp +++ b/jsonrpc/jsondate.esp @@ -1,4 +1,4 @@ - +<% /* * Copyright: * (C) 2006 by Derrell Lipman @@ -190,3 +190,11 @@ function _JSON_Date_create(secondsSinceEpoch) JSON_Date = new Object(); JSON_Date.create = _JSON_Date_create; _JSON_Date_create = null; + + +/* + * Local Variables: + * mode: c + * End: + */ +%> |