mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 07:24:12 +01:00
Fix regressions#getSinglelineOutput() (Luo Chunlei).
This commit is contained in:
@@ -19,8 +19,8 @@ var skipTests = [":bmarks", "gg"];
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
var doc; // document where we output status messages
|
||||
var multilineOutput = document.getElementById("liberator-multiline-output")
|
||||
var singlelineOutput = document.getElementById("liberator-commandline-command")
|
||||
var multilineOutput = document.getElementById("liberator-multiline-output");
|
||||
var singlelineOutput = document.getElementById("liberator-message");
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
// TESTS
|
||||
|
||||
Reference in New Issue
Block a user