diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-09-18 12:19:06 +0200 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-09-18 12:19:06 +0200 |
commit | 2a797e8b59a8491d9b73b119de1092ca8b65555f (patch) | |
tree | 58510065b2d137f1b73bff8771efb3010c8bd866 /js | |
parent | 2f7ad275a3c31de39a56799d6eb94305a91e4387 (diff) |
more comments
Diffstat (limited to 'js')
-rw-r--r-- | js/codeq/python.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js index a975cc7..868055c 100644 --- a/js/codeq/python.js +++ b/js/codeq/python.js @@ -23,7 +23,7 @@ divs['console'].data(stateNameTag, 'console'); divs['info'].data(stateNameTag, 'info'); - var transitionEventName = 'mousedown',//event name of the event which will trigger the transition between these substates + var transitionEventName = 'mousedown',//event name of the event which will trigger the transition between these substates - the most common transition at least (there are some corner cases on the hint and test buttons -> see the code below) /** * the general function which should be called on the mousedown event to trigger the transition between states */ |