mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Use "find" instead of both find & search
This commit is contained in:
parent
d94bbad575
commit
6864a07221
13 changed files with 101 additions and 101 deletions
|
@ -317,8 +317,8 @@ ChromeActions.prototype = {
|
|||
pdfBugEnabled: function() {
|
||||
return getBoolPref(PREF_PREFIX + '.pdfBugEnabled', false);
|
||||
},
|
||||
searchEnabled: function() {
|
||||
return getBoolPref(PREF_PREFIX + '.searchEnabled', false);
|
||||
findEnabled: function() {
|
||||
return getBoolPref(PREF_PREFIX + '.findEnabled', false);
|
||||
},
|
||||
fallback: function(url, sendResponse) {
|
||||
var self = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue