UNPKG

sebastian

Version:

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

7 lines (5 loc) 168 B
if (typeof define !== 'function') { var define = window.badDefine; } define("two.js script"); setTimeout(function () { define("two.js timeout, expected"); }, 13);