mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #4433 from Snuffleupagus/pdf-find-bar-move-globals
Move globals in web/pdf_find_bar.js
This commit is contained in:
commit
5c448135cc
1 changed files with 1 additions and 2 deletions
|
@ -13,11 +13,10 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* globals PDFFindController, FindStates, mozL10n */
|
||||
|
||||
'use strict';
|
||||
|
||||
/* globals PDFFindController, FindStates, mozL10n */
|
||||
|
||||
/**
|
||||
* Creates a "search bar" given set of DOM elements
|
||||
* that act as controls for searching, or for setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue