1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 05:48:10 +01:00

small CSS fixes by Doug and added modelines to find.js and commandline.js

This commit is contained in:
Martin Stubenschrott
2007-05-14 13:51:50 +00:00
parent ea6069dc06
commit 80a31de59c
3 changed files with 7 additions and 4 deletions

View File

@@ -565,3 +565,5 @@ this.len = function() {alert(completions.length);};
// }
// PreviewWindow.protoype = new CompletionList;
// var pw = new PreviewWindow();
// vim: set fdm=marker sw=4 ts=4 et: