()
| 529 | } |
| 530 | |
| 531 | function getFramesAttributes() { |
| 532 | var attrs = { |
| 533 | frames: extendDeepAll({}, frameAttributes) |
| 534 | }; |
| 535 | |
| 536 | formatAttributes(attrs); |
| 537 | |
| 538 | return attrs.frames; |
| 539 | } |
| 540 | |
| 541 | function formatAttributes(attrs) { |
| 542 | mergeValTypeAndRole(attrs); |
no test coverage detected
searching dependent graphs…