7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
// Test: $clock fires with a time number
|
|
$clock(function(t) {
|
|
if (!is_number(t)) disrupt
|
|
if (t <= 0) disrupt
|
|
$stop()
|
|
})
|