[html5] r6259 - [e] (0) typos in example

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 00:06:43 PDT 2011


Author: ianh
Date: 2011-06-21 00:06:39 -0700 (Tue, 21 Jun 2011)
New Revision: 6259

Modified:
   complete.html
   index
   source
Log:
[e] (0) typos in example

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 05:43:51 UTC (rev 6258)
+++ complete.html	2011-06-21 07:06:39 UTC (rev 6259)
@@ -75279,9 +75279,9 @@
  function msgStop() {
    report('Creating file...');
    stopBtn.disabled = true;
-   stream.onended = null;
-   stream.stop();
-   stream.getRecordedData(msgSave);
+   msgStream.onended = null;
+   msgStream.stop();
+   msgStream.getRecordedData(msgSave);
  }
  function msgSave(blob) {
    report('Uploading file...');
@@ -75297,7 +75297,7 @@
      recBtn.disabled = false;
    };
  }
- funciton noStream() {
+ function noStream() {
    report('Could not obtain access to your microphone. To try again, press the ⚫ button.');
    recBtn.disabled = false;
  }

Modified: index
===================================================================
--- index	2011-06-21 05:43:51 UTC (rev 6258)
+++ index	2011-06-21 07:06:39 UTC (rev 6259)
@@ -75177,9 +75177,9 @@
  function msgStop() {
    report('Creating file...');
    stopBtn.disabled = true;
-   stream.onended = null;
-   stream.stop();
-   stream.getRecordedData(msgSave);
+   msgStream.onended = null;
+   msgStream.stop();
+   msgStream.getRecordedData(msgSave);
  }
  function msgSave(blob) {
    report('Uploading file...');
@@ -75195,7 +75195,7 @@
      recBtn.disabled = false;
    };
  }
- funciton noStream() {
+ function noStream() {
    report('Could not obtain access to your microphone. To try again, press the ⚫ button.');
    recBtn.disabled = false;
  }

Modified: source
===================================================================
--- source	2011-06-21 05:43:51 UTC (rev 6258)
+++ source	2011-06-21 07:06:39 UTC (rev 6259)
@@ -85960,9 +85960,9 @@
  function msgStop() {
    report('Creating file...');
    stopBtn.disabled = true;
-   stream.onended = null;
-   stream.stop();
-   stream.getRecordedData(msgSave);
+   msgStream.onended = null;
+   msgStream.stop();
+   msgStream.getRecordedData(msgSave);
  }
  function msgSave(blob) {
    report('Uploading file...');
@@ -85978,7 +85978,7 @@
      recBtn.disabled = false;
    };
  }
- funciton noStream() {
+ function noStream() {
    report('Could not obtain access to your microphone. To try again, press the ⚫ button.');
    recBtn.disabled = false;
  }




More information about the Commit-Watchers mailing list