aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopen-frame.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/open-frame.js b/open-frame.js
index d4239f9..8d57cab 100755
--- a/open-frame.js
+++ b/open-frame.js
@@ -140,6 +140,7 @@ let INFO =
{
literal: 0,
completer: function (context) {
+ context.title = ['URL', 'Title'];
context.completions = [
[f.location.href, f.document.title || '<No Title>']
for each (f in frames())