summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/javascriptblocks.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-08 23:42:21 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-09 02:25:24 (GMT)
commitca266d0037713c05d19dd6db9ba04f0c01811676 (patch)
tree3358d8217a71e66750542cffd09afdc941605fae /doc/src/declarative/javascriptblocks.qdoc
parent9615dfeca337c9f40d96485d2dd248eb8cefd563 (diff)
downloadQt-ca266d0037713c05d19dd6db9ba04f0c01811676.zip
Qt-ca266d0037713c05d19dd6db9ba04f0c01811676.tar.gz
Qt-ca266d0037713c05d19dd6db9ba04f0c01811676.tar.bz2
Doc fixes
Diffstat (limited to 'doc/src/declarative/javascriptblocks.qdoc')
-rw-r--r--doc/src/declarative/javascriptblocks.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc
index c198295..3544bc9 100644
--- a/doc/src/declarative/javascriptblocks.qdoc
+++ b/doc/src/declarative/javascriptblocks.qdoc
@@ -163,7 +163,7 @@ component instance) "startup". While it is tempting to just include the startup
script as \e {global code} in an external script file, this can have severe limitations
as the QML environment may not have been fully established. For example, some objects
might not have been created or some \l {Property Binding}s may not have been run.
-\l {QML Script Restrictions} covers the exact limitations of global script code.
+\l {QML JavaScript Restrictions} covers the exact limitations of global script code.
The QML \l Component element provides an \e attached \c onCompleted property that
can be used to trigger the execution of script code at startup after the