summaryrefslogtreecommitdiff
path: root/doc/api/jsapi.txt
diff options
context:
space:
mode:
authorportix <none@none>2013-03-04 22:18:49 +0100
committerportix <none@none>2013-03-04 22:18:49 +0100
commit59d3a23b7156a757cdb50278745dae02bfc0b672 (patch)
treeb1278e24557fca7a5f8e18ebf1f6df6e794b833e /doc/api/jsapi.txt
parent1d54ab8d88d59f7dfb79d417e81f000a3cacfc41 (diff)
downloaddwb-59d3a23b7156a757cdb50278745dae02bfc0b672.zip
Don't reverse widgets in completion_get_quickmarks, fixes #233
Diffstat (limited to 'doc/api/jsapi.txt')
-rw-r--r--doc/api/jsapi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/jsapi.txt b/doc/api/jsapi.txt
index 6244b87a..56bb3edb 100644
--- a/doc/api/jsapi.txt
+++ b/doc/api/jsapi.txt
@@ -3201,7 +3201,7 @@ _returns_;; The private value
void script.setPrivate(Object object, String key, Object value)
----
-Convenience method to set a private property on an object that doesn't conflict
+Convenience function to set a private property on an object that doesn't conflict
with properties set in other scripts, it uses a random unique id to set
the property, so the property can most likely only be retrieved with
<<getPrivate,script.getPrivate>>.