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.

12 lines
230 B

4 years ago
  1. // Generated by CoffeeScript 1.12.7
  2. (function() {
  3. module.exports = {
  4. Disconnected: 1,
  5. Preceding: 2,
  6. Following: 4,
  7. Contains: 8,
  8. ContainedBy: 16,
  9. ImplementationSpecific: 32
  10. };
  11. }).call(this);