(arr)
| 8063 | } |
| 8064 | |
| 8065 | function lst(arr) { return arr[arr.length-1]; } |
| 8066 | |
| 8067 | var selectInput = function(node) { node.select(); }; |
| 8068 | if (ios) // Mobile Safari apparently has a bug where select() is broken. |
no outgoing calls
no test coverage detected