summaryrefslogtreecommitdiff
path: root/js/codeq/robot.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/robot.js')
-rw-r--r--js/codeq/robot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/codeq/robot.js b/js/codeq/robot.js
index ee6eda6..15067b1 100644
--- a/js/codeq/robot.js
+++ b/js/codeq/robot.js
@@ -19,6 +19,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_robot'), // the screen container element