You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: observe/index.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@
53
53
54
54
<divid="container">
55
55
56
-
<pclass="borderBelow"><strong>Support for this feature has been <ahref="https://caniuse.com/object-observe">removed from Chrome and other browsers</a>.</strong></p>
57
-
58
56
<h1><ahref="../index.html" title="simpl.info home page">simpl.info</a> Object.observe()</h1>
59
57
60
-
<p>An object <code>o</code> is created and <code>Object.observe()</code> is called on it.</p>
58
+
<pclass="borderBelow"><strong>Support for this feature has been <ahref="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>
61
61
62
62
<p>Three changes are made to <code>o</code> and <code>Object.observe()</code> records these changes as shown below.</p>
0 commit comments