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 9394d8b27fe85f84bd90f34dc50203305034947c..fb1f93483744349743704cb26801d38b5bcde9a3 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([ |
- "mojo/public/bindings/js/core", |
- "mojo/public/bindings/js/codec", |
+ "mojo/apps/js/bindings/core", |
+ "mojo/apps/js/bindings/codec", |
], function(core, codec) { |
{%- for struct in structs %} |