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 a2b4a6485c5aa94eaae1af74d960c2c07d02c61f..2fb3c0e70629a0bf4a04d3fd5a328da169fe8a13 100644 |
--- a/mojo/public/bindings/generators/js_templates/module.js.tmpl |
+++ b/mojo/public/bindings/generators/js_templates/module.js.tmpl |
@@ -10,7 +10,7 @@ define([ |
{%- endfor %} |
], function(core, codec |
{%- for import in imports -%} |
- , {{import.namespace}} |
+ , {{import.unique_name}} |
{%- endfor -%} |
) { |