File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,13 @@ Constructs a new DomQuery instance with the specified selector or context.
128128=== add()
129129[source, javascript]
130130----
131- add(items: Array | tinymce.dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
131+ add(items: Array | tinymce.core. dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
132132----
133133Adds new nodes to the set.
134134
135135==== Parameters
136136
137- * `items (Array | xref:apis/tinymce.dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
137+ * `items (Array | xref:apis/tinymce.core. dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
138138* `sort (Boolean)` - Optional sort flag that enables sorting of elements.
139139
140140==== Return value
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Constructs a editor instance by id.
175175
176176* `id (String)` - Unique id for the editor.
177177* `settings (Object)` - Settings for the editor.
178- * `editorManager (xref:apis/tinymce.editor .adoc[EditorManager])` - EditorManager instance.
178+ * `editorManager (xref:apis/tinymce.editormanager .adoc[EditorManager])` - EditorManager instance.
179179
180180[[methods]]
181181== Methods
You can’t perform that action at this time.
0 commit comments