1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 00:32:27 +01:00

Fix typo in ui.js

This commit is contained in:
Kris Maglione
2008-11-05 19:11:22 +00:00
parent 16b4eaadc1
commit b8dc728c85

View File

@@ -1307,7 +1307,7 @@ function ItemList(id) //{{{
container.height = minHeight; container.height = minHeight;
div.style.minWidth = undefined; div.style.minWidth = undefined;
// FIXME: Belongs elsewhere. // FIXME: Belongs elsewhere.
commandline.updateContentHeight(); commandline.updateOutputHeight();
} }
// TODO: temporary, to be changed/removed // TODO: temporary, to be changed/removed