source:
frontend/node_modules/stylehacks/src/dictionary/browsers.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | const FF_2 = 'firefox 2'; |
| 3 | const IE_5_5 = 'ie 5.5'; |
| 4 | const IE_6 = 'ie 6'; |
| 5 | const IE_7 = 'ie 7'; |
| 6 | const IE_8 = 'ie 8'; |
| 7 | const OP_9 = 'opera 9'; |
| 8 | |
| 9 | module.exports = { FF_2, IE_5_5, IE_6, IE_7, IE_8, OP_9 }; |
Note:
See TracBrowser
for help on using the repository browser.
