Last change
on this file since b738035 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 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.OP_9 = exports.IE_8 = exports.IE_7 = exports.IE_6 = exports.IE_5_5 = exports.FF_2 = void 0;
|
---|
7 | const FF_2 = 'firefox 2';
|
---|
8 | exports.FF_2 = FF_2;
|
---|
9 | const IE_5_5 = 'ie 5.5';
|
---|
10 | exports.IE_5_5 = IE_5_5;
|
---|
11 | const IE_6 = 'ie 6';
|
---|
12 | exports.IE_6 = IE_6;
|
---|
13 | const IE_7 = 'ie 7';
|
---|
14 | exports.IE_7 = IE_7;
|
---|
15 | const IE_8 = 'ie 8';
|
---|
16 | exports.IE_8 = IE_8;
|
---|
17 | const OP_9 = 'opera 9';
|
---|
18 | exports.OP_9 = OP_9; |
---|
Note:
See
TracBrowser
for help on using the repository browser.