root/lang/javascript/nohada/key.html @ 38701

Revision 28288, 446 bytes (checked in by hoge1e3, 4 years ago)
  • Property svn:mime-type set to text/plain
Line 
1<html>
2  <head>
3    <script src="js/prototype.js"></script>
4    <script src="js/JSLoader.js"></script>
5    <script src="js/TagBuilder.class.js"></script>
6    <script src="js/Widget.class.js"></script>
7    <script src="js/TextEditor.class.js"></script>
8    <script src="js/Key.js"></script>
9    <script src="js/TextEditorCommand.js"></script>
10    <script src="js/KeyCode.js"></script>
11  </head>
12  <body onload="start()"></body>
13</html>
Note: See TracBrowser for help on using the browser.