Skip to content

Commit f50e294

Browse files
committed
remove unused function
1 parent 7809142 commit f50e294

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

indigo_app/static/javascript/indigo/models.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,6 @@
222222
return this.xmlDocument.evaluate(expression, context, nsLookup, result);
223223
},
224224

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-
238225
/** Get an element by id, which is potentially scoped to a component (eg. "schedule1/table-1").
239226
* @param scopedId
240227
*/

0 commit comments

Comments
 (0)