Skip to content

Commit

Permalink
Make history.length an unsigned long
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 28, 2015
1 parent a098b12 commit 3eeefbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -79448,7 +79448,7 @@ x === this; // true</pre>
<h4>The <code>History</code> interface</h4>

<pre class="idl">interface <dfn>History</dfn> {
readonly attribute long <span data-x="dom-history-length">length</span>;
readonly attribute unsigned long <span data-x="dom-history-length">length</span>;
readonly attribute any <span data-x="dom-history-state">state</span>;
void <span data-x="dom-history-go">go</span>(optional long delta = 0);
void <span data-x="dom-history-back">back</span>();
Expand Down

0 comments on commit 3eeefbe

Please sign in to comment.