From 826db75df3093827fd14009e508774e3fda740e5 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Fri, 18 Sep 2015 10:03:02 +0200 Subject: updated for the recent changes in hte prolog and python.js files --- js/python.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/python.js') diff --git a/js/python.js b/js/python.js index 4a2ac92..d114b7e 100644 --- a/js/python.js +++ b/js/python.js @@ -83,8 +83,6 @@ }; }; - - /** * Creates a new handler for the given Prolog assignment definition. * @@ -98,7 +96,7 @@ jqConsole = $('#console'), jqHints = $('#info'), editor = CodeMirror(jqEditor[0], { cursorHeight: 0.85, lineNumbers: true, matchBrackets: true, mode: 'python' }), - activityHandler = codeq.makeActivityHandler(editor, problem.id), + activityHandler = makeActivityHandler(editor, problem.id), terminal = makePythonTerminalHandler(jqConsole, editor, problem.id, activityHandler), hinter = codeq.makeHinter(jqHints, jqEditor, editor, problem.hint); -- cgit v1.2.1