Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Add back classes and object literals to staging
Browse files Browse the repository at this point in the history
On V8 4.1, both are back to the staged area.
  • Loading branch information
Rui Marinho authored and therebelrobot committed Feb 8, 2015
1 parent 819d3bb commit be01c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ <h2 class="faq-title">
</h2>
<div class="faq-body">
<ul class="task-list">
<li><a href="https://github.com/lukehoban/es6features#classes">Classes</a> (strict mode only)</li>
<li><a href="https://github.com/lukehoban/es6features#enhanced-object-literals">Object literal extensions</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol"><code>Symbol.toStringTag</code></a> (user-definable results for <code>Object.prototype.toString</code>)</li>
</ul>
</div>
Expand Down

0 comments on commit be01c1e

Please sign in to comment.