(callback)
| 391 | ); |
| 392 | } |
| 393 | function _buttonDefineLayout(callback) { |
| 394 | return new UiButton( |
| 395 | TC.setLayout, |
| 396 | buttons.CLASSNAME.defineLayout, |
| 397 | callback, |
| 398 | "btn-img-defineLayoutPos" |
| 399 | ); |
| 400 | } |
| 401 | function _buttonAutoSums(callback) { |
| 402 | return new UiButton( |
| 403 | TC.generateTotals, |
no outgoing calls
no test coverage detected