almost functional version of the javascript runtime

This commit is contained in:
kr.angelov
2013-08-29 20:36:06 +00:00
parent 010e97fc47
commit 9134df05bb
5 changed files with 250 additions and 244 deletions

View File

@@ -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>