(arr)
| 7006 | } |
| 7007 | |
| 7008 | function lst(arr) { return arr[arr.length-1]; } |
| 7009 | |
| 7010 | var selectInput = function(node) { node.select(); }; |
| 7011 | if (ios) // Mobile Safari apparently has a bug where select() is broken. |
no outgoing calls
no test coverage detected