1
0
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:
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.
*/
viewSource: function viewSource(loc, useExternalEditor) {
let { dactyl, options } = this.modules;
let { dactyl, history, options } = this.modules;
let window = this.topWindow;