1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-28 23:28:16 +02:00

Merge pull request #2168 from mozilla/html-search-bar

Find bar
This commit is contained in:
Brendan Dahl 2012-10-04 13:59:20 -07:00
commit 4e0c792f12
13 changed files with 757 additions and 223 deletions

View file

@ -315,8 +315,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;