Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Mar 8, 2013
1 parent acd9e2a commit c1197af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/jsterm.js
Expand Up @@ -61,8 +61,8 @@ let JSTermUI = {
exec: this.switchToLanguage.bind(this, 'coffee')},
{name: ":livescript", help: "switch to LiveScript language",
exec: this.switchToLanguage.bind(this, 'livescript')},
{name: ":logCompiled", help: "log compiled code for non-js languages"
exec: this.logCompiled.bind(this)},
{name: ":logCompiled", help: "log compiled code for non-js languages",
exec: this.logCompiled.bind(this)},
{name: ":content", help: "switch to Content mode",
exec: this.switchToContentMode.bind(this)},
{name: ":chrome", help: "switch to Chrome mode",
Expand Down
Binary file modified jsterm.xpi
Binary file not shown.

0 comments on commit c1197af

Please sign in to comment.