diff options
author | Derrell Lipman <derrell@samba.org> | 2006-10-06 15:36:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:38 -0500 |
commit | d9cd237995229efa41df33a529c7e9876dd1a980 (patch) | |
tree | ba167925ff822eacffc9a337346735ea20e99051 /jsonrpc/qooxdoo | |
parent | 59b6b665d6f043bc372ab868e0ecd8ad4da5f2ef (diff) | |
download | samba-d9cd237995229efa41df33a529c7e9876dd1a980.tar.gz samba-d9cd237995229efa41df33a529c7e9876dd1a980.tar.bz2 samba-d9cd237995229efa41df33a529c7e9876dd1a980.zip |
r19138: add authentication capability; fix typos
(This used to be commit d8f0701feb85b7ca70edd5e8a9581661eb6c52e2)
Diffstat (limited to 'jsonrpc/qooxdoo')
-rw-r--r-- | jsonrpc/qooxdoo/test.esp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jsonrpc/qooxdoo/test.esp b/jsonrpc/qooxdoo/test.esp index 03c2d824ba..e8686dcc25 100644 --- a/jsonrpc/qooxdoo/test.esp +++ b/jsonrpc/qooxdoo/test.esp @@ -227,4 +227,10 @@ function _getError(params, error) } jsonrpc.method.getError = _getError; + +/* + * Local Variables: + * mode: c + * End: + */ %> |