Skip to content

Commit

Permalink
Doc fix for QML Global Object
Browse files Browse the repository at this point in the history
Change-Id: I2b55a2aeaee1012123e671ad4d854f25539231e1
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
Yann Bodson authored and Qt by Nokia committed Jan 24, 2012
1 parent f4eeae2 commit 39f4b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/declarative/globalobject.qdoc
Expand Up @@ -49,8 +49,8 @@ data from over a network.
The XMLHttpRequest API implements the same \l {http://www.w3.org/TR/XMLHttpRequest/}{W3C standard}
as many popular web browsers with following exceptions:
\list
\i QML's XMLHttpRequest does not enforce the same origin policy.
\i QML's XMLHttpRequest does not support \i synchronous requests.
\o QML's XMLHttpRequest does not enforce the same origin policy.
\o QML's XMLHttpRequest does not support \i synchronous requests.
\endlist

Additionally, the \c responseXML XML DOM tree currently supported by QML is a reduced subset
Expand Down

0 comments on commit 39f4b17

Please sign in to comment.