- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 19:45:17 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv31986
Modified Files:
file-writer.html
Log Message:
Fix up a couple of lines overlooked last change [ordering problem].
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- file-writer.html 6 Apr 2011 19:38:53 -0000 1.26
+++ file-writer.html 6 Apr 2011 19:45:15 -0000 1.27
@@ -592,9 +592,9 @@
error that has occurred.</li>
<li>Queue a task that will:
<ol>
+ <li>Set readyState to <code>DONE</code>.</li>
<li>Dispatch a progress event called
<code>error</code>.</li>
- <li>Set readyState to <code>DONE</code>.</li>
<li>Dispatch a progress event called
<code>writeend</code></li>
</ol></li>
@@ -619,9 +619,9 @@
file.</li>
<li>Queue a task that will:
<ol>
+ <li>Set readyState to <code>DONE</code>.</li>
<li>Dispatch a progress event called
<code>write</code></li>
- <li>Set readyState to <code>DONE</code>.</li>
<li>Dispatch a progress event called
<code>writeend</code></li>
</ol></li>
Received on Wednesday, 6 April 2011 19:45:19 UTC