From 339298989be9749647ab6a8a7bfc7bedf7cd1d96 Mon Sep 17 00:00:00 2001 From: microbit-carlos Date: Tue, 26 Feb 2019 09:35:54 +0000 Subject: [PATCH] Minor refactor to decouple hex generation from button actions. This way features that need to hook to this functionality only need to fo a function call with less chance for merge conflicts. . --- editor.html | 11 +++++------ python-main.js | 33 +++++++++++++++++++++++++-------- tests/spec/python-spec.js | 2 +- 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/editor.html b/editor.html index bf5e175c..0045f024 100644 --- a/editor.html +++ b/editor.html @@ -69,11 +69,11 @@ - +