source: trip-planner-front/node_modules/stylehacks/dist/dictionary/browsers.js@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 447 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.OP_9 = exports.IE_8 = exports.IE_7 = exports.IE_6 = exports.IE_5_5 = exports.FF_2 = void 0;
7const FF_2 = 'firefox 2';
8exports.FF_2 = FF_2;
9const IE_5_5 = 'ie 5.5';
10exports.IE_5_5 = IE_5_5;
11const IE_6 = 'ie 6';
12exports.IE_6 = IE_6;
13const IE_7 = 'ie 7';
14exports.IE_7 = IE_7;
15const IE_8 = 'ie 8';
16exports.IE_8 = IE_8;
17const OP_9 = 'opera 9';
18exports.OP_9 = OP_9;
Note: See TracBrowser for help on using the repository browser.