Index: native_client_sdk/src/examples/pong/index.html |
diff --git a/native_client_sdk/src/examples/pong/index.html b/native_client_sdk/src/examples/pong/index.html |
index f41ac5a25dc6c1b5fd845c2b370bec3385d7334a..91e0979542e536d7c025021534b23f2d2cdd980d 100644 |
--- a/native_client_sdk/src/examples/pong/index.html |
+++ b/native_client_sdk/src/examples/pong/index.html |
@@ -46,7 +46,7 @@ found in the LICENSE file. |
function(bytes) { |
common.updateStatus( |
'Allocated '+bytes+' bytes of persistent storage.'); |
- common.createNaClModule('<NAME>', '<tc>', 800, 600); |
+ common.createNaClModule('<NAME>', '<tc>', '<config>', 800, 600); |
common.attachDefaultListeners(); |
}, |
function(e) { alert('Failed to allocate space'); }); |