(time)
| 131 | } |
| 132 | |
| 133 | function delayClose(time) { |
| 134 | $location.stopUpdates() |
| 135 | $thread.main({ |
| 136 | delay: time, |
| 137 | handler: function() { |
| 138 | if ($app.env == $env.action || $app.env == $env.safari) { |
| 139 | $context.close() |
| 140 | } |
| 141 | $app.close() |
| 142 | } |
| 143 | }) |
| 144 | } |
no outgoing calls
no test coverage detected