source:
frontend/node_modules/symbol-tree/lib/TreePosition.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 241 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | 'use strict'; |
| 2 | ||
| 3 | /* eslint-disable sort-keys */ | |
| 4 | module.exports = Object.freeze({ | |
| 5 | // same as DOM DOCUMENT_POSITION_ | |
| 6 | DISCONNECTED: 1, | |
| 7 | PRECEDING: 2, | |
| 8 | FOLLOWING: 4, | |
| 9 | CONTAINS: 8, | |
| 10 | CONTAINED_BY: 16, | |
| 11 | }); |
Note:
See TracBrowser
for help on using the repository browser.
