[html5] r6631 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13867

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 4 17:04:35 PDT 2011


Author: ianh
Date: 2011-10-04 17:04:34 -0700 (Tue, 04 Oct 2011)
New Revision: 6631

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13867

Modified: complete.html
===================================================================
--- complete.html	2011-10-05 00:02:51 UTC (rev 6630)
+++ complete.html	2011-10-05 00:04:34 UTC (rev 6631)
@@ -57500,7 +57500,7 @@
    that item.</p>
 
    <pre>var user = document.getItems('http://example.net/user')[0];
-alert('Hello ' + user.properties['name'][0].content + '!');</pre>
+alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>
 
   </div>
 

Modified: index
===================================================================
--- index	2011-10-05 00:02:51 UTC (rev 6630)
+++ index	2011-10-05 00:04:34 UTC (rev 6631)
@@ -57500,7 +57500,7 @@
    that item.</p>
 
    <pre>var user = document.getItems('http://example.net/user')[0];
-alert('Hello ' + user.properties['name'][0].content + '!');</pre>
+alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>
 
   </div>
 

Modified: source
===================================================================
--- source	2011-10-05 00:02:51 UTC (rev 6630)
+++ source	2011-10-05 00:04:34 UTC (rev 6631)
@@ -64858,7 +64858,7 @@
    that item.</p>
 
    <pre>var user = document.getItems('http://example.net/user')[0];
-alert('Hello ' + user.properties['name'][0].content + '!');</pre>
+alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre>
 
   </div>
 




More information about the Commit-Watchers mailing list