UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

4 lines 115 B
log("two.js script"); setTimeout(function () { log("two.js timeout -- should occur after two.js load"); }, 13);