Browse Source

Move globals in web/pdf_find_bar.js

Jonas Jenwald 11 years ago
parent
commit
9192fb966d
  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