Bug 813766: Set EXPORTED_SYMBOLS on this instead of the global. r=gps

This commit is contained in:
Kyle Huey 2012-11-26 08:54:17 -08:00
Родитель 9bbf39372f
Коммит 9ce11fb93c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Process each item in the "constants hash" to add to "global" and give a name
let EXPORTED_SYMBOLS = [((this[key] = val), key) for ([key, val] in Iterator({
this.EXPORTED_SYMBOLS = [((this[key] = val), key) for ([key, val] in Iterator({
WEAVE_CHANNEL: "@weave_channel@",
WEAVE_VERSION: "@weave_version@",