mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 15:05:47 +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.
|
* @param {boolean} useExternalEditor View the source in the external editor.
|
||||||
*/
|
*/
|
||||||
viewSource: function viewSource(loc, useExternalEditor) {
|
viewSource: function viewSource(loc, useExternalEditor) {
|
||||||
let { dactyl, options } = this.modules;
|
let { dactyl, history, options } = this.modules;
|
||||||
|
|
||||||
let window = this.topWindow;
|
let window = this.topWindow;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user