mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 19:15:45 +01:00
Fix bare assignment with object destructuring in FF41.
This commit is contained in:
@@ -479,7 +479,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
if (fileName == null)
|
||||
if (info)
|
||||
({ file: fileName, line: lineNumber, context: ctxt }) = info;
|
||||
({ file: fileName, line: lineNumber, context: ctxt } = info);
|
||||
|
||||
if (fileName && fileName[0] == "[")
|
||||
fileName = "dactyl://command-line/";
|
||||
|
||||
Reference in New Issue
Block a user