Skip to content

Commit

Permalink
update python demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jun 24, 2011
1 parent e277776 commit 6a0eae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/python.cc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demos/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

if (printed) {
element.value = element.value + lines.join('\n');
element.value = element.value + lines.join('\n') + '\n';
// scroll down
var len = element.textLength;
element.setSelectionRange(len-1, len);
Expand Down

0 comments on commit 6a0eae0

Please sign in to comment.