UNPKG

sebastian

Version:

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

14 lines (7 loc) 212 B
(function () { function define(msg) { log('STILL GOOD, inner define: ' + msg); } if (typeof define !== 'function') { var define = window.badDefine; } define("four.js script"); }());