mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 20:02:27 +01:00
Closes issue #675.
This commit is contained in:
@@ -887,7 +887,7 @@ var Buffer = Module("Buffer", {
|
||||
* @param {boolean} useExternalEditor View the source in the external editor.
|
||||
*/
|
||||
viewSource: function viewSource(loc, useExternalEditor) {
|
||||
let { dactyl, options } = this.modules;
|
||||
let { dactyl, history, options } = this.modules;
|
||||
|
||||
let window = this.topWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user