1
0
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:
Kris Maglione
2011-10-03 04:29:58 -04:00
parent 5fbf5df0fa
commit 192a832777

View File

@@ -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;