Skip to content

Commit

Permalink
small change ... should not change anything
Browse files Browse the repository at this point in the history
However am getting an error on line 74 from this page
http://stepheneb.github.com/netlogo-gcc/index.html

This change might help provide a clue.
  • Loading branch information
stepheneb committed Mar 7, 2012
1 parent d458dfb commit aecd957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/netlogo.js
Expand Up @@ -71,8 +71,7 @@ window.onload=function() {
// NetLogo command interface
//
function nl_cmd_start() {
nl_obj_panel.commandLater(
"set done false while [not done] [ execute ]");
nl_obj_panel.commandLater("set done false while [not done] [ execute ]");
}

function nl_cmd_stop() {
Expand Down

0 comments on commit aecd957

Please sign in to comment.