| Index: templates/modules.js.tmpl |
| diff --git a/templates/modules.js.tmpl b/templates/modules.js.tmpl |
| index 48f681b2b6a4c37abcb9a0e37f115c35dbeb5302..610a90fd6eec40a3a28ee236188b7f7af1423da7 100644 |
| --- a/templates/modules.js.tmpl |
| +++ b/templates/modules.js.tmpl |
| @@ -17,7 +17,7 @@ if (typeof require != "function") |
| {% if args["injectinfomodule"] %} |
| require.modules["info"] = function(module, exports) |
| { |
| -{% if type == "gecko-webext" %} |
| +{% if type == "gecko" %} |
| {% include "geckoInfo.js.tmpl" %} |
| {% elif type == "chrome" %} |
| {% include "chromeInfo.js.tmpl" %} |