11 lines
207 B
CoffeeScript
11 lines
207 B
CoffeeScript
#@after = (time, func) ->
|
|
# waits(time)
|
|
# jasmine.getEnv().currentSpec.runs(func)
|
|
#
|
|
#@once = (condition, func) ->
|
|
# waitsFor(condition)
|
|
# jasmine.getEnv().currentSpec.runs(func)
|
|
#
|
|
#@waitFor = waitsFor
|
|
#
|