diff options
| author | jez | 2011-01-03 04:29:12 +0800 |
|---|---|---|
| committer | jez | 2011-01-03 04:31:30 +0800 |
| commit | baf3dd02d5891df9a35af7d2f8f2eaa42ac6bb03 (patch) | |
| tree | 82e23247feff463e24033529ad56217c47846147 /options.html | |
| parent | ca2996d06c883a1f8449e8c77b7168345dbdb529 (diff) | |
| download | vimium-baf3dd02d5891df9a35af7d2f8f2eaa42ac6bb03.tar.bz2 | |
Revise how the linkHints object is generated. Add lib/utils.js.
Extend a template object rather than using prototype inheritance. The
previous method created confusion about whether a given property resided
in the base or in the specialization.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html index f752abcd..44b1d3e2 100644 --- a/options.html +++ b/options.html @@ -1,6 +1,7 @@ <html> <head> <title>Vimium Options</title> + <script src="lib/utils.js"></script> <script src="lib/keyboardUtils.js"></script> <script src="linkHints.js"></script> <script src="lib/clipboard.js"></script> |
