()
| 293 | } |
| 294 | |
| 295 | function getUpdateObj() { |
| 296 | var updateOut = update; |
| 297 | resetUpdate(); |
| 298 | return updateOut; |
| 299 | } |
| 300 | |
| 301 | function applyUpdate(attr, value) { |
| 302 | if(attr) modifyItem(attr, value); |
no test coverage detected
searching dependent graphs…