change case now fileDelete instead of FileDelete

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3855 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-27 23:03:54 +00:00
parent 6e4ef8920d
commit 9b3b7ce0ab
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@ static JSFunctionSpec fs_functions[] = {
{"bridge", js_bridge, 2},
{"apiExecute", js_api_execute, 2},
{"use", js_api_use, 1},
{"FileDelete", js_file_unlink, 1},
{"fileDelete", js_file_unlink, 1},
#ifdef HAVE_CURL
{"fetchURLHash", js_fetchurl_hash, 1},
{"fetchURLFile", js_fetchurl_file, 1},