mirror of https://github.com/jkjoy/sunpeiwen.git
13 lines
218 B
JavaScript
13 lines
218 B
JavaScript
|
// Generated by CoffeeScript 1.12.7
|
||
|
(function() {
|
||
|
module.exports = {
|
||
|
Disconnected: 1,
|
||
|
Preceding: 2,
|
||
|
Following: 4,
|
||
|
Contains: 8,
|
||
|
ContainedBy: 16,
|
||
|
ImplementationSpecific: 32
|
||
|
};
|
||
|
|
||
|
}).call(this);
|