summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/python.js')
-rw-r--r--js/codeq/python.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js
index 0fb7d2b..d688c7c 100644
--- a/js/codeq/python.js
+++ b/js/codeq/python.js
@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
*/
(function() {
+ "use strict";
var subScreens, //this will be the actual (sub)state machine
stateNameTag = 'stateName', //a tag for data which is added to some html elements
jqScreen = $('#screen_python'), // the screen container element