summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtbinding.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-03 07:40:00 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-03 07:40:00 (GMT)
commitcb16e0adba54015963f2cd8a3f0188965c0c9ef8 (patch)
treef8bd04e549899b30658ff9cde26a0e8870f62847 /doc/src/declarative/qtbinding.qdoc
parent6abdaa41a3f40238e8a60b80b9ac55a694181e11 (diff)
downloadQt-cb16e0adba54015963f2cd8a3f0188965c0c9ef8.zip
Qt-cb16e0adba54015963f2cd8a3f0188965c0c9ef8.tar.gz
Qt-cb16e0adba54015963f2cd8a3f0188965c0c9ef8.tar.bz2
We use JavaScript, not ECMAScript.
Task-number: QTBUG-7720
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r--doc/src/declarative/qtbinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc
index 68723bf..2909f2e 100644
--- a/doc/src/declarative/qtbinding.qdoc
+++ b/doc/src/declarative/qtbinding.qdoc
@@ -91,7 +91,7 @@ the root context is available to all object instances.
To expose data to a QML component instance, applications set \l {QmlContext::setContextProperty()}
{context properties} which are then accessible by name from QML \l {Property Binding}s and
-\l {ECMAScript Blocks}. The following example shows how to expose a background color to a QML
+\l {JavaScript Blocks}. The following example shows how to expose a background color to a QML
file.
\table