summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2009-05-01 15:19:35 -0400
committerKris Maglione <maglione.k@gmail.com>2009-05-01 15:19:35 -0400
commitdbf60914ab6404ac269dfc0c50db488098dc332d (patch)
tree9869eb0b6232bc21c00bd9a030c556818282a283 /common/content/buffer.js
parente5dc623247e96c9bdf803df07000c2e1934d9445 (diff)
downloadpentadactyl-dbf60914ab6404ac269dfc0c50db488098dc332d.tar.gz
Add 'fileencoding'
Diffstat (limited to 'common/content/buffer.js')
-rw-r--r--common/content/buffer.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/content/buffer.js b/common/content/buffer.js
index 6837abbd..b4927118 100644
--- a/common/content/buffer.js
+++ b/common/content/buffer.js
@@ -174,7 +174,8 @@ function Buffer() //{{{
}
catch (e) { liberator.reportError(e) }
},
- completer: function (context) completion.charset(context)
+ completer: function (context) completion.charset(context),
+ validator: Option.validateCompleter
});
// FIXME: Most certainly belongs elsewhere.