(config)
| 8811 | return _createBox(config, true, true); |
| 8812 | } |
| 8813 | function boxPopup(config) { |
| 8814 | return _createBox(config); |
| 8815 | } |
| 8816 | function box_params(text, type, callback2) { |
| 8817 | if (typeof text != "object") { |
| 8818 | if (typeof type == "function") { |
no test coverage detected