summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/editor.html
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-08-29 20:36:06 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-08-29 20:36:06 +0000
commiteb013c0b06481050d3a209b7763ced8be9787e76 (patch)
tree381ea93644e82758f47bd1b2171943d3056722f8 /src/runtime/javascript/editor.html
parent1da6b2a34a29b591ba3765887a981e23e5605fbe (diff)
almost functional version of the javascript runtime
Diffstat (limited to 'src/runtime/javascript/editor.html')
-rw-r--r--src/runtime/javascript/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/javascript/editor.html b/src/runtime/javascript/editor.html
index ecbb62419..ccf23616b 100644
--- a/src/runtime/javascript/editor.html
+++ b/src/runtime/javascript/editor.html
@@ -10,7 +10,7 @@
<script type="text/javascript" src="gfjseditor.js"></script>
<title>Web-based Syntax Editor</title>
</head>
- <body onload="mkEditor('editor', Food)" onkeydown="return hotKeys(event)">
+ <body onload="mkEditor('editor', Foods)" onkeydown="return hotKeys(event)">
<div id="editor">
</div>
</body>