aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-02-28 17:38:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-06 04:59:49 +0100
commitc2e5141af3fda37d50fd014074077139de05d2b8 (patch)
tree7938f49d7a178a5aa077332aa0a5312cb5598f44 /doc
parent3e63473bd92b4d70ff6466fe5ebc7aa085c2dbfd (diff)
Remove incorrect line from performance docs
V8 does not use a single map-transition-graph for all types, and thus the line about ordering of properties in constructor functions is incorrect. Change-Id: Iaf4ac02dcfc53dd7254af1a40a3c66852a78a320 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qml/performance.qdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/qml/performance.qdoc b/doc/src/qml/performance.qdoc
index 88437a81d4..1d6b041803 100644
--- a/doc/src/qml/performance.qdoc
+++ b/doc/src/qml/performance.qdoc
@@ -445,7 +445,6 @@ criteria:
\list
\o Avoid using eval() if at all possible
\o Do not delete properties of objects
-\o Try to maintain property-assignment order in different constructor functions
\endlist
\section1 Common Interface Elements