summaryrefslogtreecommitdiff
path: root/webhelper/webhelper_private/config.js.in
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-15 23:04:42 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-21 13:22:19 -0700
commit6ff70f1a9ae70e3481411d27de7594477fa4d0d2 (patch)
tree66fc9e468023797401193d699e9f513683c596e3 /webhelper/webhelper_private/config.js.in
parent820994f6f86bbc35c53cddaa7d976d81d4509ff6 (diff)
WebHelper2 for translating WebKit2 views
This adds a new Javascript module, WebHelper2. It's the WebKit2 analogue to WebHelper. It offers a facility for calling gettext() on the contents of DOM elements in your web page. It accomplishes this using an extension module that's loaded into WebKit's web process. [endlessm/eos-sdk#291]
Diffstat (limited to 'webhelper/webhelper_private/config.js.in')
-rw-r--r--webhelper/webhelper_private/config.js.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/webhelper/webhelper_private/config.js.in b/webhelper/webhelper_private/config.js.in
new file mode 100644
index 0000000..f9d87cb
--- /dev/null
+++ b/webhelper/webhelper_private/config.js.in
@@ -0,0 +1 @@
+const LIBEXECDIR = '%libexecdir%';