Skip to content

Commit

Permalink
add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Aug 15, 2011
1 parent fc4b502 commit 5b2416f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions es-next/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ <h1>Experimental ES.next transpiler</h1>
assert.equal(Object.getPrototypeOf(B), A);
assert.equal(Object.getPrototypeOf(Object.getPrototypeOf(b)), A.prototype);
assert.equal(b.method(), "blah blah");

console.log(b);
console.log("Done.");
</textarea>
<button id="compile" onclick="compile()">Compile</button>
<button id="run" onclick="run()">Run</button>
Expand Down

0 comments on commit 5b2416f

Please sign in to comment.