(str)
| 44 | return options.error_prefix + str + options.error_suffix; |
| 45 | }; |
| 46 | var ok = function (str) { |
| 47 | return options.ok_prefix + str + options.ok_suffix; |
| 48 | }; |
| 49 | var bold = function (str) { |
| 50 | return options.bold_prefix + str + options.bold_suffix; |
| 51 | }; |