We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809142 commit f50e294Copy full SHA for f50e294
indigo_app/static/javascript/indigo/models.js
@@ -222,19 +222,6 @@
222
return this.xmlDocument.evaluate(expression, context, nsLookup, result);
223
},
224
225
- /** Get an array of <act> and <doc> elements for this document.
226
- */
227
- componentElements: function() {
228
- var components = [],
229
- result = this.xpath('/a:akomaNtoso/a:act/a:meta | /a:akomaNtoso/a:act/a:attachments/a:attachment/a:*/a:meta');
230
-
231
- for (var i = 0; i < result.snapshotLength; i++) {
232
- components.push(result.snapshotItem(i).parentElement);
233
- }
234
235
- return components;
236
- },
237
238
/** Get an element by id, which is potentially scoped to a component (eg. "schedule1/table-1").
239
* @param scopedId
240
*/
0 commit comments