Skip to content

Commit 271110c

Browse files
authored
Update index.html
1 parent 56aa4e9 commit 271110c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

observe/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353

5454
<div id="container">
5555

56-
<p class="borderBelow"><strong>Support for this feature has been <a href="https://caniuse.com/object-observe">removed from Chrome and other browsers</a>.</strong></p>
57-
5856
<h1><a href="../index.html" title="simpl.info home page">simpl.info</a> Object.observe()</h1>
5957

60-
<p>An object <code>o</code> is created and <code>Object.observe()</code> is called on it.</p>
58+
<p class="borderBelow"><strong>Support for this feature has been <a href="https://caniuse.com/object-observe">removed from Chrome and other browsers</a>.</strong></p>
59+
60+
<p>An object <code>o</code> is created and <code>Object.observe()</code> is called on it.</p>
6161

6262
<p>Three changes are made to <code>o</code> and <code>Object.observe()</code> records these changes as shown below.</p>
6363

0 commit comments

Comments
 (0)