Skip to content

Commit

Permalink
Mark watchAdvertisements as unstable too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 10, 2016
1 parent 38c4995 commit 50dbe43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ spec: html
and should call {{unwatchAdvertisements()}} to stop using power as soon as possible.
</p>

<div algorithm>
<div algorithm class="unstable">
<p>
The <code><dfn method for="BluetoothDevice">watchAdvertisements()</dfn></code> method,
when invoked,
Expand Down Expand Up @@ -2416,7 +2416,7 @@ spec: html
</ol>
</div>

<div algorithm>
<div algorithm class="unstable">
<p>
The <code><dfn method for="BluetoothDevice">unwatchAdvertisements()</dfn></code> method,
when invoked,
Expand All @@ -2435,7 +2435,7 @@ spec: html
</ol>
</div>

<section>
<section class="unstable">
<h4 id="advertising-events">Responding to Advertising Events</h4>

<p>
Expand Down

0 comments on commit 50dbe43

Please sign in to comment.