| 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 82c84ec6b0092092d9a7d945bd46cf15a832b1b4..2ecd60be5c1dea728769a875884b96ffc63a17db 100644
|
| --- a/mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| +++ b/mojo/public/bindings/generators/js_templates/module.js.tmpl
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| define("{{module.path}}", [
|
| - "mojo/apps/js/bindings/core",
|
| - "mojo/apps/js/bindings/codec",
|
| + "mojo/bindings/js/core",
|
| + "mojo/public/bindings/js/codec",
|
| {%- for import in imports %}
|
| "{{import.module.path}}",
|
| {%- endfor %}
|
|
|