summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-24 22:22:18 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-24 22:22:18 (GMT)
commit3b19434cf0bef753927701ca1d35876f24ff21b7 (patch)
treed273a07cdd0c8a731fdae3665f75052ce436f1d2 /doc
parent84a14c182d7691ea919c335453771b41d8a7ed25 (diff)
parent3039c483cd2c402457e7f9cbc672ec9254d09c57 (diff)
downloadQt-3b19434cf0bef753927701ca1d35876f24ff21b7.zip
Qt-3b19434cf0bef753927701ca1d35876f24ff21b7.tar.gz
Qt-3b19434cf0bef753927701ca1d35876f24ff21b7.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/javascriptblocks.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc
index 0006967..e57439f 100644
--- a/doc/src/declarative/javascriptblocks.qdoc
+++ b/doc/src/declarative/javascriptblocks.qdoc
@@ -138,6 +138,7 @@ these libraries, the JavaScript programmer can indicate a particular file is a
stateless library through the use of a pragma, as shown in the following example.
\code
+// factorial.js
.pragma library
function factorial(a) {