diff --git a/jquery.console.js b/jquery.console.js index 2794593..4a75a99 100644 --- a/jquery.console.js +++ b/jquery.console.js @@ -109,7 +109,7 @@ var inner = $('
'); // erjiang: changed this from a text input to a textarea so we // can get pasted newlines - var typer = $(''); + var typer = $(''); // Prompt var promptBox; var prompt;