summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/javascript/app.cpp')
-rw-r--r--fpdfsdk/javascript/app.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/fpdfsdk/javascript/app.cpp b/fpdfsdk/javascript/app.cpp
index d2bb7bd020..f1a39460a2 100644
--- a/fpdfsdk/javascript/app.cpp
+++ b/fpdfsdk/javascript/app.cpp
@@ -177,27 +177,27 @@ JSPropertySpec CJS_App::PropertySpecs[] = {
{L"viewerVersion", get_viewerVersion_static, set_viewerVersion_static},
{0, 0, 0}};
-JSMethodSpec CJS_App::MethodSpecs[] = {{L"alert", alert_static},
- {L"beep", beep_static},
- {L"browseForDoc", browseForDoc_static},
- {L"clearInterval", clearInterval_static},
- {L"clearTimeOut", clearTimeOut_static},
- {L"execDialog", execDialog_static},
- {L"execMenuItem", execMenuItem_static},
- {L"findComponent", findComponent_static},
- {L"goBack", goBack_static},
- {L"goForward", goForward_static},
- {L"launchURL", launchURL_static},
- {L"mailMsg", mailMsg_static},
- {L"newFDF", newFDF_static},
- {L"newDoc", newDoc_static},
- {L"openDoc", openDoc_static},
- {L"openFDF", openFDF_static},
- {L"popUpMenuEx", popUpMenuEx_static},
- {L"popUpMenu", popUpMenu_static},
- {L"response", response_static},
- {L"setInterval", setInterval_static},
- {L"setTimeOut", setTimeOut_static},
+JSMethodSpec CJS_App::MethodSpecs[] = {{"alert", alert_static},
+ {"beep", beep_static},
+ {"browseForDoc", browseForDoc_static},
+ {"clearInterval", clearInterval_static},
+ {"clearTimeOut", clearTimeOut_static},
+ {"execDialog", execDialog_static},
+ {"execMenuItem", execMenuItem_static},
+ {"findComponent", findComponent_static},
+ {"goBack", goBack_static},
+ {"goForward", goForward_static},
+ {"launchURL", launchURL_static},
+ {"mailMsg", mailMsg_static},
+ {"newFDF", newFDF_static},
+ {"newDoc", newDoc_static},
+ {"openDoc", openDoc_static},
+ {"openFDF", openFDF_static},
+ {"popUpMenuEx", popUpMenuEx_static},
+ {"popUpMenu", popUpMenu_static},
+ {"response", response_static},
+ {"setInterval", setInterval_static},
+ {"setTimeOut", setTimeOut_static},
{0, 0}};
IMPLEMENT_JS_CLASS(CJS_App, app)