DocumentPosition.js 217 B

123456789101112
  1. // Generated by CoffeeScript 2.4.1
  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);