diff options
author | Kris Maglione <maglione.k@gmail.com> | 2009-05-01 15:19:35 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2009-05-01 15:19:35 -0400 |
commit | dbf60914ab6404ac269dfc0c50db488098dc332d (patch) | |
tree | 9869eb0b6232bc21c00bd9a030c556818282a283 /common/content/buffer.js | |
parent | e5dc623247e96c9bdf803df07000c2e1934d9445 (diff) | |
download | pentadactyl-dbf60914ab6404ac269dfc0c50db488098dc332d.tar.gz |
Add 'fileencoding'
Diffstat (limited to 'common/content/buffer.js')
-rw-r--r-- | common/content/buffer.js | 3 |
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. |