| Index: mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| diff --git a/mojo/public/bindings/generators/js_templates/module.js.tmpl b/mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| index 2ecd60be5c1dea728769a875884b96ffc63a17db..08c5a9721f6f616ce63b1f287c486fbe91e9c121 100644
|
| --- a/mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| +++ b/mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| @@ -4,7 +4,7 @@
|
|
|
| define("{{module.path}}", [
|
| "mojo/bindings/js/core",
|
| - "mojo/public/bindings/js/codec",
|
| + "mojo/public/js/bindings/codec",
|
| {%- for import in imports %}
|
| "{{import.module.path}}",
|
| {%- endfor %}
|
|
|