Browse Source

Nomenclature is your friend.

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
9d23d0a67a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/meshviewer_index.html

+ 2
- 2
test/meshviewer_index.html View File

@@ -108,12 +108,12 @@ progress::-webkit-progress-value
function IsUsingNaCl() { return true; }
</script>

<script src="./TypeDictionnary.js"></script>
<script src="./type_dictionnary.js"></script>
<script type="text/javascript">
var EasyMeshDict = new TypeDictionnary("EasyMesh");
function GetCmdDictionnary() { return EasyMeshDict; }
</script>
<script src="./EasyMeshDictionnary.js"></script>
<script src="./easy_mesh_dictionnary.js"></script>
<script src="./nacl_loading.js"></script>

<script type="text/javascript">


Loading…
Cancel
Save