From 2a797e8b59a8491d9b73b119de1092ca8b65555f Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Fri, 18 Sep 2015 12:19:06 +0200 Subject: more comments --- js/codeq/python.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq') 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 */ -- cgit v1.2.1