(arr)
| 8331 | } |
| 8332 | |
| 8333 | function lst(arr) { return arr[arr.length-1]; } |
| 8334 | |
| 8335 | var selectInput = function(node) { node.select(); }; |
| 8336 | if (ios) // Mobile Safari apparently has a bug where select() is broken. |
no outgoing calls
no test coverage detected