mirror of
https://github.com/google/blockly.git
synced 2026-01-26 02:00:10 +01:00
The 'compareDocumentPosition' call was inherited from Closure Library, in order to work with IE 8 and earlier. Use the more modern 'contains' call instead. This change was originally added here: https://github.com/google/blockly/pull/1991 Remove the DOCUMENT_POSITION_CONTAINED_BY constant which is not a NodeType and should never have been part of that enum. This change was originally added here: https://github.com/google/blockly/pull/2736