2009/dap/contacts Overview.html,1.35,1.36

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv29374

Modified Files:
	Overview.html 
Log Message:
second ref to stackoverflow explicited


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.html	20 Jan 2010 12:38:31 -0000	1.35
+++ Overview.html	20 Jan 2010 12:39:49 -0000	1.36
@@ -731,7 +731,7 @@
 							properties [...] is not specified."
 							<br /><br />
 							However, all major browsers loop over the properties of an object in the order in which they were defined (ref: 
-							<a href="http://stackoverflow.com/questions/648139/is-the-order-of-fields-in-a-javascript-object-predicatble-when-looping-through-th/648163#648163">[1]</a> 
+							<a href="http://ejohn.org/blog/javascript-in-chrome/"><cite>JavaScript in Chrome</cite> blog post</a>
 							but independently verified). Chrome has some minor issues, but due to the overwhelming implementation of this behaviour in all other major browsers, 
 							the Chrome development team have marked this as a bug and it is due for fix in an upcoming release 
 							<a href="http://code.google.com/p/chromium/issues/detail?id=20144">[2]</a>.

Received on Wednesday, 20 January 2010 12:39:54 UTC