summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-24 07:47:09 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-24 07:47:09 (GMT)
commit63d2d82031c69c35ea2bd6bf48e357b6297f67df (patch)
treecae83e2965c6efcaf396bc1e5a65c0b2f7b5b215 /doc
parent122d5a977887408d10ccaf93ee1792c1aadef46a (diff)
downloadQt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.zip
Qt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.tar.gz
Qt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.tar.bz2
Doc
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) {