(arr)
| 8301 | } |
| 8302 | |
| 8303 | function lst(arr) { return arr[arr.length-1]; } |
| 8304 | |
| 8305 | var selectInput = function(node) { node.select(); }; |
| 8306 | if (ios) // Mobile Safari apparently has a bug where select() is broken. |
no outgoing calls
no test coverage detected