Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
This commit is contained in:
@@ -340,14 +340,14 @@ function getOrigin(topFrame, filename = null, lineNumber = null, stack = null) {
|
||||
}
|
||||
}
|
||||
|
||||
this.EXPORTED_SYMBOLS = ["AsyncShutdown"];
|
||||
var EXPORTED_SYMBOLS = ["AsyncShutdown"];
|
||||
|
||||
/**
|
||||
* {string} topic -> phase
|
||||
*/
|
||||
var gPhases = new Map();
|
||||
|
||||
this.AsyncShutdown = {
|
||||
var AsyncShutdown = {
|
||||
/**
|
||||
* Access function getPhase. For testing purposes only.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user