| Index: mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl b/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
|
| index 3d0a4f480cbb932f788086bf08ccca60ecf8375d..0b9eb15744be6c5ce185d83b1fc549b7b2c15a4d 100644
|
| --- a/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
|
| @@ -17,6 +17,7 @@
|
| // TODO(yzshen): Define these aliases to minimize the differences between the
|
| // old/new modes. Remove them when the old mode goes away.
|
| var bindings = mojo;
|
| + var associatedBindings = mojo;
|
| var codec = mojo.internal;
|
| var validator = mojo.internal;
|
|
|
|
|