(arr)
| 6948 | } |
| 6949 | |
| 6950 | function lst(arr) { return arr[arr.length-1]; } |
| 6951 | |
| 6952 | var selectInput = function(node) { node.select(); }; |
| 6953 | if (ios) // Mobile Safari apparently has a bug where select() is broken. |
no outgoing calls
no test coverage detected