(config)
| 8815 | return _createBox(config, true, true); |
| 8816 | } |
| 8817 | function boxPopup(config) { |
| 8818 | return _createBox(config); |
| 8819 | } |
| 8820 | function box_params(text, type, callback2) { |
| 8821 | if (typeof text != "object") { |
| 8822 | if (typeof type == "function") { |
no test coverage detected