* Displays an alert. * @param {String} str String to display.
(str)
| 645 | * @param {String} str String to display. |
| 646 | */ |
| 647 | function alert(str) |
| 648 | { |
| 649 | window.alert(sh.config.strings.alert + str); |
| 650 | }; |
| 651 | |
| 652 | /** |
| 653 | * Finds a brush by its alias. |
no outgoing calls
no test coverage detected