summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/tumbler/tumbler.js
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/tumbler/tumbler.js')
-rw-r--r--native_client_sdk/src/examples/tumbler/tumbler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/tumbler/tumbler.js b/native_client_sdk/src/examples/tumbler/tumbler.js
index fe7616e..0c2a31b 100644
--- a/native_client_sdk/src/examples/tumbler/tumbler.js
+++ b/native_client_sdk/src/examples/tumbler/tumbler.js
@@ -127,7 +127,7 @@ tumbler.Application.prototype.run = function(opt_contentDivName) {
// attribute to the _dbg.nmf version of the manifest file.
contentDiv.innerHTML = '<embed id="'
+ tumbler.Application.DomIds_.MODULE + '" '
- + 'src=tumbler.nmf '
+ + 'src=newlib/tumbler.nmf '
+ 'type="application/x-nacl" '
+ 'width="480" height="480" />'
}