Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js |
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js |
index af16c16745177e0ab266daad3242717f5b87b5cc..f7df0d83b550c0d5abf7a3f8ff28e10591a2dd24 100644 |
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js |
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js |
@@ -24,7 +24,7 @@ var common = (function () { |
moduleEl.setAttribute('name', 'nacl_module'); |
moduleEl.setAttribute('id', 'nacl_module'); |
moduleEl.setAttribute('width', width); |
- moduleEl.setAttribute('height',height); |
+ moduleEl.setAttribute('height',height); |
moduleEl.setAttribute('src', tool + '/' + name + '.nmf'); |
moduleEl.setAttribute('type', 'application/x-nacl'); |