Skip to content

Commit

Permalink
fixup! missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Feb 25, 2016
1 parent 2ba5af6 commit 174e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -33167,7 +33167,7 @@ <h1>The DataView Constructor</h1>
<!-- es6num="24.2.2.1" -->
<emu-clause id="sec-dataview-buffer-byteoffset-bytelength">
<h1>DataView (_buffer_ [ , _byteOffset_, _byteLength_ ] )</h1>
<p>When the `DataView` is called with at least one argument _buffer_, the following steps are taken:</p>
<p>When the `DataView` function is called with at least one argument _buffer_, the following steps are taken:</p>
<emu-alg>
1. If NewTarget is *undefined*, throw a *TypeError* exception.
1. If Type(_buffer_) is not Object, throw a *TypeError* exception.
Expand Down

0 comments on commit 174e72c

Please sign in to comment.