diff --git a/__tests__/__snapshots__/library.js.snap b/__tests__/__snapshots__/library.js.snap index 539c95b1..62a01d5b 100644 --- a/__tests__/__snapshots__/library.js.snap +++ b/__tests__/__snapshots__/library.js.snap @@ -407,6 +407,8 @@ exports[`prototype properties of Transformer 1`] = ` exports[`prototype properties of Util 1`] = `[]`; +exports[`prototype properties of registerCustomElement 1`] = `[]`; + exports[`static properties of CanonizerUtil 1`] = ` [ "BACKBONE", @@ -780,3 +782,5 @@ exports[`static properties of Util 1`] = ` "getHoseCodesFromDiastereotopicID", ] `; + +exports[`static properties of registerCustomElement 1`] = `[]`; diff --git a/__tests__/library.js b/__tests__/library.js index 06bc5af3..2857029b 100644 --- a/__tests__/library.js +++ b/__tests__/library.js @@ -33,6 +33,7 @@ const coreAPI = [ const fullAPI = [ 'CanvasEditor', + 'registerCustomElement', 'StructureView', 'StructureEditor', 'SVGRenderer', diff --git a/examples/generic_editor/demo.html b/examples/generic_editor/demo.html index b9232f1d..5a64acd7 100644 --- a/examples/generic_editor/demo.html +++ b/examples/generic_editor/demo.html @@ -49,8 +49,8 @@