diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-03-29 00:27:33 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-03-29 01:00:12 (GMT) |
commit | 9618d60aecf2609f50bc573874eef6d4a52a24e3 (patch) | |
tree | 7f148169bb904347abfe107cf82e9c9f2f6d7b84 /doc | |
parent | 1410285458ff6f5e89be3cc6414466b83701eae1 (diff) | |
download | Qt-9618d60aecf2609f50bc573874eef6d4a52a24e3.zip Qt-9618d60aecf2609f50bc573874eef6d4a52a24e3.tar.gz Qt-9618d60aecf2609f50bc573874eef6d4a52a24e3.tar.bz2 |
Fix doc link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/javascriptblocks.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc index e57439f..c198295 100644 --- a/doc/src/declarative/javascriptblocks.qdoc +++ b/doc/src/declarative/javascriptblocks.qdoc @@ -244,7 +244,7 @@ var initialPosition = { rootObject.x, rootObject.y } This restriction exists as the QML environment is not yet fully established. To run code after the environment setup has completed, refer to -\l {Running Script at Startup}. +\l {Running JavaScript at Startup}. \endlist |