()
| 2972 | } |
| 2973 | |
| 2974 | function print() { |
| 2975 | /* Calls Canvas.onprint() with the given arguments joined as a string. |
| 2976 | */ |
| 2977 | if (_ctx) _ctx._canvas.onprint(Array.prototype.slice.call(arguments).join(" ")); |
| 2978 | } |
| 2979 | |
| 2980 | /*##################################################################################################*/ |
| 2981 |
no outgoing calls
no test coverage detected
searching dependent graphs…