You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
309 B

4 years ago
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. const FF_2 = exports.FF_2 = 'firefox 2';
  6. const IE_5_5 = exports.IE_5_5 = 'ie 5.5';
  7. const IE_6 = exports.IE_6 = 'ie 6';
  8. const IE_7 = exports.IE_7 = 'ie 7';
  9. const IE_8 = exports.IE_8 = 'ie 8';
  10. const OP_9 = exports.OP_9 = 'opera 9';