DocumentPosition.js 218 B

12345678910111213
  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);