ソースを参照

use NaCl if chrome

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11年前
コミット
b3bf599f8b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/meshviewer_index.html

+ 1
- 1
test/meshviewer_index.html ファイルの表示

@@ -112,7 +112,7 @@ progress::-webkit-progress-value

//NaCl Specific
function GetiFrameModuleVar() { return g_frame_embed.contentDocument.getElementById('id_embed_nacl_module'); }
function IsUsingNaCl() { return false; /*window.chrome;*/ }
function IsUsingNaCl() { return window.chrome; }
</script>

<script src="./utils.js"></script>


読み込み中…
キャンセル
保存