diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 00:03:34 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 00:03:34 +0000 |
commit | e03c6d02304b1a3e193711fe898b0cc76a9226e2 (patch) | |
tree | 836b39407904d2f53ab37adf951b8ee8181e7e69 /native_client_sdk/src/examples/demo | |
parent | 856be03191ddf0c9134472094a0c99bfc0a2b6b9 (diff) | |
download | chromium_src-e03c6d02304b1a3e193711fe898b0cc76a9226e2.zip chromium_src-e03c6d02304b1a3e193711fe898b0cc76a9226e2.tar.gz chromium_src-e03c6d02304b1a3e193711fe898b0cc76a9226e2.tar.bz2 |
[NaCl SDK] The flock example doesn't have an example.js
... but it was referencing it in index.html.
BUG=none
TBR=noelallen@chromium.org
Review URL: https://codereview.chromium.org/18182011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/examples/demo')
-rw-r--r-- | native_client_sdk/src/examples/demo/flock/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/demo/flock/index.html b/native_client_sdk/src/examples/demo/flock/index.html index f17faf1..d20182d 100644 --- a/native_client_sdk/src/examples/demo/flock/index.html +++ b/native_client_sdk/src/examples/demo/flock/index.html @@ -10,7 +10,6 @@ found in the LICENSE file. <meta http-equiv="Expires" content="-1"> <title>{{title}}</title> <script type="text/javascript" src="common.js"></script> - <script type="text/javascript" src="example.js"></script> </head> <body data-width="800" data-height="800" {{attrs}}> <h1>{{title}}</h1> |