Skip to content

Commit

Permalink
added alert to demonstrate getting a multi-line statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jun 15, 2010
1 parent bdbdd80 commit df4744f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
commandHandle:function(line,report){
if (line.match(/;$/)) {
controller4.continuedPrompt = false;
alert("Execute: " + line);
return true;
} else {
controller4.continuedPrompt = true;
Expand Down

0 comments on commit df4744f

Please sign in to comment.