Browse Source

Merge pull request #4433 from Snuffleupagus/pdf-find-bar-move-globals

Move globals in web/pdf_find_bar.js
Tim van der Meij 11 years ago
parent
commit
5c448135cc
  1. 3
      web/pdf_find_bar.js

3
web/pdf_find_bar.js

@ -13,11 +13,10 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/* globals PDFFindController, FindStates, mozL10n */
'use strict'; 'use strict';
/* globals PDFFindController, FindStates, mozL10n */
/** /**
* Creates a "search bar" given set of DOM elements * Creates a "search bar" given set of DOM elements
* that act as controls for searching, or for setting * that act as controls for searching, or for setting

Loading…
Cancel
Save